pub struct DBGMAILBOX { /* private fields */ }Expand description
DBGMAILBOX peripheral
Implementations§
Trait Implementations§
Source§impl Clone for DBGMAILBOX
impl Clone for DBGMAILBOX
Source§impl Debug for DBGMAILBOX
impl Debug for DBGMAILBOX
Source§impl Format for DBGMAILBOX
impl Format for DBGMAILBOX
impl Copy for DBGMAILBOX
impl PeripheralType for DBGMAILBOX
Auto Trait Implementations§
impl Freeze for DBGMAILBOX
impl RefUnwindSafe for DBGMAILBOX
impl Send for DBGMAILBOX
impl Sync for DBGMAILBOX
impl Unpin for DBGMAILBOX
impl UnwindSafe for DBGMAILBOX
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