pub struct PciInterruptMechanism<'a> { /* private fields */ }
Expand description
Gives you control over a PCI device’s specific interrupt mechanism, which may be INTx, MSI, or MSI-X.
Implementations§
Source§impl PciInterruptMechanism<'_>
impl PciInterruptMechanism<'_>
Sourcepub fn max(&self) -> usize
pub fn max(&self) -> usize
Maximum number of vectors that may be enabled for this particular interrupt mechanism.
Auto Trait Implementations§
impl<'a> Freeze for PciInterruptMechanism<'a>
impl<'a> !RefUnwindSafe for PciInterruptMechanism<'a>
impl<'a> Send for PciInterruptMechanism<'a>
impl<'a> Sync for PciInterruptMechanism<'a>
impl<'a> Unpin for PciInterruptMechanism<'a>
impl<'a> !UnwindSafe for PciInterruptMechanism<'a>
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