pub struct IrqRegister {
pub param: IrqParam,
pub handler: Box<IrqHandler>,
pub priority: Option<usize>,
}Fields§
§param: IrqParam§handler: Box<IrqHandler>§priority: Option<usize>Implementations§
Auto Trait Implementations§
impl Freeze for IrqRegister
impl !RefUnwindSafe for IrqRegister
impl !Send for IrqRegister
impl !Sync for IrqRegister
impl Unpin for IrqRegister
impl !UnwindSafe for IrqRegister
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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