pub struct UpdateInterruptHandler<T: CoreInstance> { /* private fields */ }
Expand description
Update interrupt handler.
Trait Implementations§
source§impl<T: CoreInstance> Handler<<T as CoreInstance>::UpdateInterrupt> for UpdateInterruptHandler<T>
impl<T: CoreInstance> Handler<<T as CoreInstance>::UpdateInterrupt> for UpdateInterruptHandler<T>
source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl<T> Freeze for UpdateInterruptHandler<T>
impl<T> RefUnwindSafe for UpdateInterruptHandler<T>where
T: RefUnwindSafe,
impl<T> Send for UpdateInterruptHandler<T>where
T: Send,
impl<T> Sync for UpdateInterruptHandler<T>where
T: Sync,
impl<T> Unpin for UpdateInterruptHandler<T>where
T: Unpin,
impl<T> UnwindSafe for UpdateInterruptHandler<T>where
T: UnwindSafe,
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