#[repr(C, align(64))]pub struct CounterLine {
pub value: AtomicU64,
pub reserved: [u8; 56],
}Fields§
§value: AtomicU64§reserved: [u8; 56]Auto Trait Implementations§
impl !Freeze for CounterLine
impl RefUnwindSafe for CounterLine
impl Send for CounterLine
impl Sync for CounterLine
impl Unpin for CounterLine
impl UnsafeUnpin for CounterLine
impl UnwindSafe for CounterLine
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