Struct libacpica::acpi_table_tpm23[][src]

#[repr(C, packed)]
pub struct acpi_table_tpm23 { pub Header: ACPI_TABLE_HEADER, pub Reserved: UINT32, pub ControlAddress: UINT64, pub StartMethod: UINT32, }
Expand description

TPM2 - Trusted Platform Module (TPM) 2.0 Hardware Interface Table Version 4

TCG Hardware Interface Table for TPM 2.0 Clients and Servers

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

Fields

Header: ACPI_TABLE_HEADERReserved: UINT32ControlAddress: UINT64StartMethod: UINT32

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.