Struct libacpica::acpi_table_mchi[][src]

#[repr(C, packed)]
pub struct acpi_table_mchi {
Show 13 fields pub Header: ACPI_TABLE_HEADER, pub InterfaceType: UINT8, pub Protocol: UINT8, pub ProtocolData: UINT64, pub InterruptType: UINT8, pub Gpe: UINT8, pub PciDeviceFlag: UINT8, pub GlobalInterrupt: UINT32, pub ControlRegister: ACPI_GENERIC_ADDRESS, pub PciSegment: UINT8, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8,
}
Expand description

MCHI - Management Controller Host Interface Table Version 1

Conforms to “Management Component Transport Protocol (MCTP) Host Interface Specification”, Revision 1.0.0a, October 13, 2009

Fields

Header: ACPI_TABLE_HEADERInterfaceType: UINT8Protocol: UINT8ProtocolData: UINT64InterruptType: UINT8Gpe: UINT8PciDeviceFlag: UINT8GlobalInterrupt: UINT32ControlRegister: ACPI_GENERIC_ADDRESSPciSegment: UINT8PciBus: UINT8PciDevice: UINT8PciFunction: 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.