Struct libacpica::acpi_madt_generic_interrupt[][src]

#[repr(C, packed)]
pub struct acpi_madt_generic_interrupt {
Show 17 fields pub Header: ACPI_SUBTABLE_HEADER, pub Reserved: UINT16, pub CpuInterfaceNumber: UINT32, pub Uid: UINT32, pub Flags: UINT32, pub ParkingVersion: UINT32, pub PerformanceInterrupt: UINT32, pub ParkedAddress: UINT64, pub BaseAddress: UINT64, pub GicvBaseAddress: UINT64, pub GichBaseAddress: UINT64, pub VgicInterrupt: UINT32, pub GicrBaseAddress: UINT64, pub ArmMpidr: UINT64, pub EfficiencyClass: UINT8, pub Reserved2: [UINT8; 1], pub SpeInterrupt: UINT16,
}

Fields

Header: ACPI_SUBTABLE_HEADERReserved: UINT16CpuInterfaceNumber: UINT32Uid: UINT32Flags: UINT32ParkingVersion: UINT32PerformanceInterrupt: UINT32ParkedAddress: UINT64BaseAddress: UINT64GicvBaseAddress: UINT64GichBaseAddress: UINT64VgicInterrupt: UINT32GicrBaseAddress: UINT64ArmMpidr: UINT64EfficiencyClass: UINT8Reserved2: [UINT8; 1]SpeInterrupt: UINT16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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.