pub struct SometimesAtomicU32 {
pub value: u32,
}Fields§
§value: u32Implementations§
Auto Trait Implementations§
impl Freeze for SometimesAtomicU32
impl RefUnwindSafe for SometimesAtomicU32
impl Send for SometimesAtomicU32
impl Sync for SometimesAtomicU32
impl Unpin for SometimesAtomicU32
impl UnsafeUnpin for SometimesAtomicU32
impl UnwindSafe for SometimesAtomicU32
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