pub struct IrqParam {
pub intc: DeviceId,
pub cfg: IrqConfig,
}
Fields§
§intc: DeviceId
§cfg: IrqConfig
Implementations§
Source§impl IrqParam
impl IrqParam
pub fn register_builder( &self, handler: impl Fn(IrqId) -> IrqHandleResult + 'static, ) -> IrqRegister
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrqParam
impl RefUnwindSafe for IrqParam
impl Send for IrqParam
impl Sync for IrqParam
impl Unpin for IrqParam
impl UnwindSafe for IrqParam
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