pub struct Atomic<T: Send + Sync + Clone + Copy + 'static> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Atomic<T>
impl<T> RefUnwindSafe for Atomic<T>
impl<T> Send for Atomic<T>
impl<T> Sync for Atomic<T>
impl<T> Unpin for Atomic<T>
impl<T> UnwindSafe for Atomic<T>where
T: RefUnwindSafe,
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