#[repr(C)]pub struct std_atomic<_Tp> {
pub _phantom_0: PhantomData<UnsafeCell<_Tp>>,
pub _M_i: _Tp,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<_Tp>>§_M_i: _TpTrait Implementations§
Source§impl<_Tp: Debug> Debug for std_atomic<_Tp>
impl<_Tp: Debug> Debug for std_atomic<_Tp>
Auto Trait Implementations§
impl<_Tp> Freeze for std_atomic<_Tp>where
_Tp: Freeze,
impl<_Tp> !RefUnwindSafe for std_atomic<_Tp>
impl<_Tp> Send for std_atomic<_Tp>where
_Tp: Send,
impl<_Tp> !Sync for std_atomic<_Tp>
impl<_Tp> Unpin for std_atomic<_Tp>where
_Tp: Unpin,
impl<_Tp> UnwindSafe for std_atomic<_Tp>where
_Tp: UnwindSafe,
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