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