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