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