pub struct IntxInterrupt { /* private fields */ }
Expand description
A wrapper around a LineInterrupt
that considers PCI configuration space
interrupt control bits.
Implementations§
Trait Implementations§
Source§impl Debug for IntxInterrupt
impl Debug for IntxInterrupt
Auto Trait Implementations§
impl !Freeze for IntxInterrupt
impl !RefUnwindSafe for IntxInterrupt
impl Send for IntxInterrupt
impl Sync for IntxInterrupt
impl Unpin for IntxInterrupt
impl !UnwindSafe for IntxInterrupt
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