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