Struct x86::apic::ioapic::IoApic[][src]

pub struct IoApic { /* fields omitted */ }

Implementations

Instantiate a new IoApic.

Safety

addr must point to the base of the IoApic.

Number of supported interrupts by this IO APIC.

Max Redirection Entry = “how many IRQs can this I/O APIC handle - 1” The -1 is silly so we add one back to it.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.