Enum acpi::madt::MadtEntry[][src]

pub enum MadtEntry<'a> {
Show 17 variants LocalApic(&'a LocalApicEntry), IoApic(&'a IoApicEntry), InterruptSourceOverride(&'a InterruptSourceOverrideEntry), NmiSource(&'a NmiSourceEntry), LocalApicNmi(&'a LocalApicNmiEntry), LocalApicAddressOverride(&'a LocalApicAddressOverrideEntry), IoSapic(&'a IoSapicEntry), LocalSapic(&'a LocalSapicEntry), PlatformInterruptSource(&'a PlatformInterruptSourceEntry), LocalX2Apic(&'a LocalX2ApicEntry), X2ApicNmi(&'a X2ApicNmiEntry), Gicc(&'a GiccEntry), Gicd(&'a GicdEntry), GicMsiFrame(&'a GicMsiFrameEntry), GicRedistributor(&'a GicRedistributorEntry), GicInterruptTranslationService(&'a GicInterruptTranslationServiceEntry), MultiprocessorWakeup(&'a MultiprocessorWakeupEntry),
}

Variants

LocalApic(&'a LocalApicEntry)

Tuple Fields of LocalApic

0: &'a LocalApicEntry
IoApic(&'a IoApicEntry)

Tuple Fields of IoApic

0: &'a IoApicEntry
InterruptSourceOverride(&'a InterruptSourceOverrideEntry)

Tuple Fields of InterruptSourceOverride

0: &'a InterruptSourceOverrideEntry
NmiSource(&'a NmiSourceEntry)

Tuple Fields of NmiSource

0: &'a NmiSourceEntry
LocalApicNmi(&'a LocalApicNmiEntry)

Tuple Fields of LocalApicNmi

0: &'a LocalApicNmiEntry
LocalApicAddressOverride(&'a LocalApicAddressOverrideEntry)

Tuple Fields of LocalApicAddressOverride

0: &'a LocalApicAddressOverrideEntry
IoSapic(&'a IoSapicEntry)

Tuple Fields of IoSapic

0: &'a IoSapicEntry
LocalSapic(&'a LocalSapicEntry)

Tuple Fields of LocalSapic

0: &'a LocalSapicEntry
PlatformInterruptSource(&'a PlatformInterruptSourceEntry)

Tuple Fields of PlatformInterruptSource

0: &'a PlatformInterruptSourceEntry
LocalX2Apic(&'a LocalX2ApicEntry)

Tuple Fields of LocalX2Apic

0: &'a LocalX2ApicEntry
X2ApicNmi(&'a X2ApicNmiEntry)

Tuple Fields of X2ApicNmi

0: &'a X2ApicNmiEntry
Gicc(&'a GiccEntry)

Tuple Fields of Gicc

0: &'a GiccEntry
Gicd(&'a GicdEntry)

Tuple Fields of Gicd

0: &'a GicdEntry
GicMsiFrame(&'a GicMsiFrameEntry)

Tuple Fields of GicMsiFrame

0: &'a GicMsiFrameEntry
GicRedistributor(&'a GicRedistributorEntry)

Tuple Fields of GicRedistributor

0: &'a GicRedistributorEntry
GicInterruptTranslationService(&'a GicInterruptTranslationServiceEntry)

Tuple Fields of GicInterruptTranslationService

0: &'a GicInterruptTranslationServiceEntry
MultiprocessorWakeup(&'a MultiprocessorWakeupEntry)

Tuple Fields of MultiprocessorWakeup

0: &'a MultiprocessorWakeupEntry

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.