pub struct ExternInterrupt {
pub attrs: Vec<Attribute>,
/* private fields */
}
Expand description
Interrupt that could be used to dispatch software tasks
Fields§
§attrs: Vec<Attribute>
Attributes that will apply to this interrupt handler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExternInterrupt
impl RefUnwindSafe for ExternInterrupt
impl !Send for ExternInterrupt
impl !Sync for ExternInterrupt
impl Unpin for ExternInterrupt
impl UnwindSafe for ExternInterrupt
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