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