pub struct IrqHandler { /* private fields */ }Implementations§
Source§impl IrqHandler
impl IrqHandler
Trait Implementations§
impl Sync for IrqHandler
Auto Trait Implementations§
impl Freeze for IrqHandler
impl !RefUnwindSafe for IrqHandler
impl Send for IrqHandler
impl Unpin for IrqHandler
impl !UnwindSafe for IrqHandler
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