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