pub struct InterruptFromFn(/* private fields */);Expand description
A device that handles interrupts with a function.
Implementations§
Trait Implementations§
source§impl Debug for InterruptFromFn
impl Debug for InterruptFromFn
source§impl ExternalDevice for InterruptFromFn
impl ExternalDevice for InterruptFromFn
Auto Trait Implementations§
impl Freeze for InterruptFromFn
impl !RefUnwindSafe for InterruptFromFn
impl Send for InterruptFromFn
impl Sync for InterruptFromFn
impl Unpin for InterruptFromFn
impl !UnwindSafe for InterruptFromFn
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