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