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