struct IrqEvent {
event: Event,
gsi: u32,
resample_event: Option<Event>,
source: IrqEventSource,
}Fields§
§event: Event§gsi: u32§resample_event: Option<Event>§source: IrqEventSourceAuto Trait Implementations§
impl Freeze for IrqEvent
impl RefUnwindSafe for IrqEvent
impl Send for IrqEvent
impl Sync for IrqEvent
impl Unpin for IrqEvent
impl UnwindSafe for IrqEvent
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