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