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