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