#[repr(C)]pub struct Tdr { /* private fields */ }
Expand description
Transmit data register
Implementations§
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