Struct libacpica::acpi_table_drtm[][src]

#[repr(C, packed)]
pub struct acpi_table_drtm { pub Header: ACPI_TABLE_HEADER, pub EntryBaseAddress: UINT64, pub EntryLength: UINT64, pub EntryAddress32: UINT32, pub EntryAddress64: UINT64, pub ExitAddress: UINT64, pub LogAreaAddress: UINT64, pub LogAreaLength: UINT32, pub ArchDependentAddress: UINT64, pub Flags: UINT32, }
Expand description

DRTM - Dynamic Root of Trust for Measurement table Conforms to “TCG D-RTM Architecture” June 17 2013, Version 1.0.0 Table version 1

Fields

Header: ACPI_TABLE_HEADEREntryBaseAddress: UINT64EntryLength: UINT64EntryAddress32: UINT32EntryAddress64: UINT64ExitAddress: UINT64LogAreaAddress: UINT64LogAreaLength: UINT32ArchDependentAddress: UINT64Flags: 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.