pub struct Mboxirq { /* private fields */ }Expand description
no description available
Implementations§
Trait Implementations§
impl Copy for Mboxirq
impl Eq for Mboxirq
impl Send for Mboxirq
impl StructuralPartialEq for Mboxirq
impl Sync for Mboxirq
Auto Trait Implementations§
impl Freeze for Mboxirq
impl RefUnwindSafe for Mboxirq
impl Unpin for Mboxirq
impl UnwindSafe for Mboxirq
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