pub struct IrqRoute {
pub gsi: u32,
pub source: IrqSource,
}
Expand description
A single route for an IRQ.
Fields§
§gsi: u32
§source: IrqSource
Auto Trait Implementations§
impl RefUnwindSafe for IrqRoute
impl Send for IrqRoute
impl Sync for IrqRoute
impl Unpin for IrqRoute
impl UnwindSafe for IrqRoute
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