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