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