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