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