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