Struct acpica_sys::Struct_acpi_device_info [] [src]

#[repr(C)]
pub struct Struct_acpi_device_info { pub InfoSize: UINT32, pub Name: UINT32, pub Type: ACPI_OBJECT_TYPE, pub ParamCount: UINT8, pub Valid: UINT16, pub Flags: UINT8, pub HighestDstates: [UINT8; 4], pub LowestDstates: [UINT8; 5], pub CurrentStatus: UINT32, pub Address: UINT64, pub HardwareId: ACPI_PNP_DEVICE_ID, pub UniqueId: ACPI_PNP_DEVICE_ID, pub ClassCode: ACPI_PNP_DEVICE_ID, pub CompatibleIdList: ACPI_PNP_DEVICE_ID_LIST, }

Fields

Trait Implementations

impl Copy for Struct_acpi_device_info
[src]

impl Clone for Struct_acpi_device_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_device_info
[src]

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