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