Struct pci::MsixVectorEntry
source · #[repr(C)]pub struct MsixVectorEntry { /* private fields */ }
Expand description
A single Message Signaled Interrupt entry.
This entry contains the interrupt’s IRQ vector number and the CPU to which the interrupt will be delivered.
Implementations§
Trait Implementations§
impl FromBytes for MsixVectorEntry
Auto Trait Implementations§
impl RefUnwindSafe for MsixVectorEntry
impl Send for MsixVectorEntry
impl Sync for MsixVectorEntry
impl Unpin for MsixVectorEntry
impl UnwindSafe for MsixVectorEntry
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