pub struct MaybeAtomicU64 { /* private fields */ }Expand description
An atomic structure that wraps either an AtomicU64 or a u64, depending on if atomics are available.
Implementations§
Auto Trait Implementations§
impl !Freeze for MaybeAtomicU64
impl RefUnwindSafe for MaybeAtomicU64
impl Send for MaybeAtomicU64
impl Sync for MaybeAtomicU64
impl Unpin for MaybeAtomicU64
impl UnwindSafe for MaybeAtomicU64
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