pub struct GenericIoApicDeps {
pub num_entries: u8,
pub routing: Box<dyn IoApicRouting>,
}
Expand description
Generic IO Advanced Programmable Interrupt Controller (IOAPIC)
Fields§
§num_entries: u8
Number of IO-APIC entries
routing: Box<dyn IoApicRouting>
Trait allowing the IO-APIC device to assert VM interrupts.
Auto Trait Implementations§
impl Freeze for GenericIoApicDeps
impl !RefUnwindSafe for GenericIoApicDeps
impl Send for GenericIoApicDeps
impl Sync for GenericIoApicDeps
impl Unpin for GenericIoApicDeps
impl !UnwindSafe for GenericIoApicDeps
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