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