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