Struct atomic_try_update::bits::FlagU32
source · pub struct FlagU32 { /* private fields */ }Expand description
Bottom bit is the flag; you get 31 bits for val.
Implementations§
Auto Trait Implementations§
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