Struct libacpica::acpi_table_spmi[][src]

#[repr(C, packed)]
pub struct acpi_table_spmi {
Show 15 fields pub Header: ACPI_TABLE_HEADER, pub InterfaceType: UINT8, pub Reserved: UINT8, pub SpecRevision: UINT16, pub InterruptType: UINT8, pub GpeNumber: UINT8, pub Reserved1: UINT8, pub PciDeviceFlag: UINT8, pub Interrupt: UINT32, pub IpmiRegister: ACPI_GENERIC_ADDRESS, pub PciSegment: UINT8, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8, pub Reserved2: UINT8,
}
Expand description

SPMI - Server Platform Management Interface table Version 5

Conforms to “Intelligent Platform Management Interface Specification Second Generation v2.0”, Document Revision 1.0, February 12, 2004 with June 12, 2009 markup.

Fields

Header: ACPI_TABLE_HEADERInterfaceType: UINT8Reserved: UINT8SpecRevision: UINT16InterruptType: UINT8GpeNumber: UINT8Reserved1: UINT8PciDeviceFlag: UINT8Interrupt: UINT32IpmiRegister: ACPI_GENERIC_ADDRESSPciSegment: UINT8PciBus: UINT8PciDevice: UINT8PciFunction: UINT8Reserved2: UINT8

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.