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