pub struct AtomicFlag(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for AtomicFlag
impl Default for AtomicFlag
Source§fn default() -> AtomicFlag
fn default() -> AtomicFlag
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AtomicFlag
impl RefUnwindSafe for AtomicFlag
impl Send for AtomicFlag
impl Sync for AtomicFlag
impl Unpin for AtomicFlag
impl UnwindSafe for AtomicFlag
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