Struct libacpica::Struct_acpi_device_info[][src]

#[repr(C, packed)]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

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

Trait Implementations

impl Clone for Struct_acpi_device_info[src]

impl Copy for Struct_acpi_device_info[src]

impl Default for Struct_acpi_device_info[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.