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