Struct embassy_stm32::eth::InterruptHandler
source · pub struct InterruptHandler {}
Expand description
Interrupt handler.
Trait Implementations§
source§impl Handler<ETH> for InterruptHandler
impl Handler<ETH> for InterruptHandler
source§unsafe fn on_interrupt()
unsafe fn on_interrupt()
Interrupt handler function. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InterruptHandler
impl Send for InterruptHandler
impl Sync for InterruptHandler
impl Unpin for InterruptHandler
impl UnwindSafe for InterruptHandler
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