Struct acpica_sys::Struct_acpi_table_fadt [] [src]

#[repr(C)]
pub struct Struct_acpi_table_fadt { pub Header: ACPI_TABLE_HEADER, pub Facs: UINT32, pub Dsdt: UINT32, pub Model: UINT8, pub PreferredProfile: UINT8, pub SciInterrupt: UINT16, pub SmiCommand: UINT32, pub AcpiEnable: UINT8, pub AcpiDisable: UINT8, pub S4BiosRequest: UINT8, pub PstateControl: UINT8, pub Pm1aEventBlock: UINT32, pub Pm1bEventBlock: UINT32, pub Pm1aControlBlock: UINT32, pub Pm1bControlBlock: UINT32, pub Pm2ControlBlock: UINT32, pub PmTimerBlock: UINT32, pub Gpe0Block: UINT32, pub Gpe1Block: UINT32, pub Pm1EventLength: UINT8, pub Pm1ControlLength: UINT8, pub Pm2ControlLength: UINT8, pub PmTimerLength: UINT8, pub Gpe0BlockLength: UINT8, pub Gpe1BlockLength: UINT8, pub Gpe1Base: UINT8, pub CstControl: UINT8, pub C2Latency: UINT16, pub C3Latency: UINT16, pub FlushSize: UINT16, pub FlushStride: UINT16, pub DutyOffset: UINT8, pub DutyWidth: UINT8, pub DayAlarm: UINT8, pub MonthAlarm: UINT8, pub Century: UINT8, pub BootFlags: UINT16, pub Reserved: UINT8, pub Flags: UINT32, pub ResetRegister: ACPI_GENERIC_ADDRESS, pub ResetValue: UINT8, pub ArmBootFlags: UINT16, pub MinorRevision: UINT8, pub XFacs: UINT64, pub XDsdt: UINT64, pub XPm1aEventBlock: ACPI_GENERIC_ADDRESS, pub XPm1bEventBlock: ACPI_GENERIC_ADDRESS, pub XPm1aControlBlock: ACPI_GENERIC_ADDRESS, pub XPm1bControlBlock: ACPI_GENERIC_ADDRESS, pub XPm2ControlBlock: ACPI_GENERIC_ADDRESS, pub XPmTimerBlock: ACPI_GENERIC_ADDRESS, pub XGpe0Block: ACPI_GENERIC_ADDRESS, pub XGpe1Block: ACPI_GENERIC_ADDRESS, pub SleepControl: ACPI_GENERIC_ADDRESS, pub SleepStatus: ACPI_GENERIC_ADDRESS, pub HypervisorId: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_fadt
[src]

impl Clone for Struct_acpi_table_fadt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_fadt
[src]

Returns the "default value" for a type. Read more