pub struct ReceiveInterruptHandler {}
Expand description
Interrupt handler.
Trait Implementations§
Source§impl Handler<IPCC_C1_RX> for ReceiveInterruptHandler
impl Handler<IPCC_C1_RX> for ReceiveInterruptHandler
Source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl Freeze for ReceiveInterruptHandler
impl RefUnwindSafe for ReceiveInterruptHandler
impl Send for ReceiveInterruptHandler
impl Sync for ReceiveInterruptHandler
impl Unpin for ReceiveInterruptHandler
impl UnwindSafe for ReceiveInterruptHandler
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