Struct libacpica::acpi_table_facs[][src]

#[repr(C, packed)]
pub struct acpi_table_facs { pub Signature: [i8; 4], pub Length: UINT32, pub HardwareSignature: UINT32, pub FirmwareWakingVector: UINT32, pub GlobalLock: UINT32, pub Flags: UINT32, pub XFirmwareWakingVector: UINT64, pub Version: UINT8, pub Reserved: [UINT8; 3], pub OspmFlags: UINT32, pub Reserved1: [UINT8; 24], }
Expand description

FACS - Firmware ACPI Control Structure (FACS)

Fields

Signature: [i8; 4]Length: UINT32HardwareSignature: UINT32FirmwareWakingVector: UINT32GlobalLock: UINT32Flags: UINT32XFirmwareWakingVector: UINT64Version: UINT8Reserved: [UINT8; 3]OspmFlags: UINT32Reserved1: [UINT8; 24]

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.