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