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