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