Struct crossbeam_utils::atomic::atomic_cell::AtomicUnit
source · struct AtomicUnit;
Expand description
An atomic ()
.
All operations are noops.
Implementations§
Auto Trait Implementations§
impl Freeze for AtomicUnit
impl RefUnwindSafe for AtomicUnit
impl Send for AtomicUnit
impl Sync for AtomicUnit
impl Unpin for AtomicUnit
impl UnwindSafe for AtomicUnit
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