Struct libacpica::acpi_table_header[][src]

#[repr(C, packed)]
pub struct acpi_table_header { pub Signature: [i8; 4], pub Length: UINT32, pub Revision: UINT8, pub Checksum: UINT8, pub OemId: [i8; 6], pub OemTableId: [i8; 8], pub OemRevision: UINT32, pub AslCompilerId: [i8; 4], pub AslCompilerRevision: UINT32, }
Expand description

Master ACPI Table Header. This common header is used by all ACPI tables except the RSDP and FACS.

Fields

Signature: [i8; 4]Length: UINT32Revision: UINT8Checksum: UINT8OemId: [i8; 6]OemTableId: [i8; 8]OemRevision: UINT32AslCompilerId: [i8; 4]AslCompilerRevision: 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.