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