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