pub struct DecisionInfo {
pub bitmap_idx: u32,
pub num_conditions: u16,
}
Fields§
§bitmap_idx: u32
§num_conditions: u16
Auto Trait Implementations§
impl Freeze for DecisionInfo
impl RefUnwindSafe for DecisionInfo
impl Send for DecisionInfo
impl Sync for DecisionInfo
impl Unpin for DecisionInfo
impl UnwindSafe for DecisionInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more