pub struct TDT1R { /* private fields */ }Expand description
mailbox data length control and time stamp register
Implementations§
Auto Trait Implementations§
impl !Freeze for TDT1R
impl !RefUnwindSafe for TDT1R
impl Send for TDT1R
impl !Sync for TDT1R
impl Unpin for TDT1R
impl UnwindSafe for TDT1R
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