pub struct IrqHandler { /* private fields */ }Trait Implementations§
Source§impl Drop for IrqHandler
impl Drop for IrqHandler
Source§impl TIrqHandler for IrqHandler
impl TIrqHandler for IrqHandler
fn clean_interrupt_status(&self) -> InterruptMask
Auto Trait Implementations§
impl Freeze for IrqHandler
impl !RefUnwindSafe for IrqHandler
impl Send for IrqHandler
impl Sync 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