pub struct IoApic { /* private fields */ }

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.