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