pub enum MsiIrqType {
PciMsi,
PciMsix,
GenericMsi,
}
Expand description
Type of Message Singaled Interrupt
Variants§
Trait Implementations§
Source§impl Clone for MsiIrqType
impl Clone for MsiIrqType
Source§fn clone(&self) -> MsiIrqType
fn clone(&self) -> MsiIrqType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MsiIrqType
impl Debug for MsiIrqType
Source§impl PartialEq for MsiIrqType
impl PartialEq for MsiIrqType
impl Copy for MsiIrqType
impl Eq for MsiIrqType
impl StructuralPartialEq for MsiIrqType
Auto Trait Implementations§
impl Freeze for MsiIrqType
impl RefUnwindSafe for MsiIrqType
impl Send for MsiIrqType
impl Sync for MsiIrqType
impl Unpin for MsiIrqType
impl UnwindSafe for MsiIrqType
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