pub struct FlagU32 { /* private fields */ }Expand description
Bottom bit is the flag; you get 31 bits for val.
Implementations§
Auto Trait Implementations§
impl Freeze for FlagU32
impl RefUnwindSafe for FlagU32
impl Send for FlagU32
impl Sync for FlagU32
impl Unpin for FlagU32
impl UnwindSafe for FlagU32
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