pub struct Dbgmailbox { /* private fields */ }Expand description
MCU Debugger Mailbox
Implementations§
Trait Implementations§
Source§impl Clone for Dbgmailbox
impl Clone for Dbgmailbox
Source§fn clone(&self) -> Dbgmailbox
fn clone(&self) -> Dbgmailbox
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for Dbgmailbox
impl PartialEq for Dbgmailbox
impl Copy for Dbgmailbox
impl Eq for Dbgmailbox
impl Send for Dbgmailbox
impl StructuralPartialEq for Dbgmailbox
impl Sync for Dbgmailbox
Auto Trait Implementations§
impl Freeze for Dbgmailbox
impl RefUnwindSafe 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