Struct libacpica::acpi_table_tcpa_hdr[][src]

#[repr(C, packed)]
pub struct acpi_table_tcpa_hdr { pub Header: ACPI_TABLE_HEADER, pub PlatformClass: UINT16, }
Expand description

TCPA - Trusted Computing Platform Alliance table Version 2

TCG Hardware Interface Table for TPM 1.2 Clients and Servers

Conforms to “TCG ACPI Specification, Family 1.2 and 2.0”, Version 1.2, Revision 8 February 27, 2017

NOTE: There are two versions of the table with the same signature – the client version and the server version. The common PlatformClass field is used to differentiate the two types of tables.

Fields

Header: ACPI_TABLE_HEADERPlatformClass: 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.