#[repr(transparent)]pub struct SgiCount(pub u32);Expand description
Calculation counter
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SgiCount
impl Eq for SgiCount
impl StructuralPartialEq for SgiCount
Auto Trait Implementations§
impl Freeze for SgiCount
impl RefUnwindSafe for SgiCount
impl Send for SgiCount
impl Sync for SgiCount
impl Unpin for SgiCount
impl UnwindSafe for SgiCount
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