Trait pci_core::msi::MsiInterruptTarget
source · pub trait MsiInterruptTarget: Send + Sync {
// Required method
fn new_interrupt(&self) -> Box<dyn MsiControl>;
}
Expand description
Trait implemented by targets capable of receiving MSI interrupts.
Required Methods§
sourcefn new_interrupt(&self) -> Box<dyn MsiControl>
fn new_interrupt(&self) -> Box<dyn MsiControl>
Creates a new interrupt object.