Struct libacpica::acpi_device_info[][src]

#[repr(C)]
pub struct acpi_device_info {
Show 13 fields 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 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

InfoSize: UINT32Name: UINT32Type: ACPI_OBJECT_TYPEParamCount: UINT8Valid: UINT16Flags: UINT8HighestDstates: [UINT8; 4]LowestDstates: [UINT8; 5]Address: UINT64HardwareId: ACPI_PNP_DEVICE_IDUniqueId: ACPI_PNP_DEVICE_IDClassCode: ACPI_PNP_DEVICE_IDCompatibleIdList: ACPI_PNP_DEVICE_ID_LIST

Trait Implementations

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.