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