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