pub enum PreferredIrq {
None,
Any,
Fixed {
pin: PciInterruptPin,
gsi: u32,
},
}Variants§
Auto Trait Implementations§
impl Freeze for PreferredIrq
impl RefUnwindSafe for PreferredIrq
impl Send for PreferredIrq
impl Sync for PreferredIrq
impl Unpin for PreferredIrq
impl UnwindSafe for PreferredIrq
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