Union libacpica::acpi_object[][src]

#[repr(C)]
pub union acpi_object {
    pub Type: ACPI_OBJECT_TYPE,
    pub Integer: acpi_object__bindgen_ty_1,
    pub String: acpi_object__bindgen_ty_2,
    pub Buffer: acpi_object__bindgen_ty_3,
    pub Package: acpi_object__bindgen_ty_4,
    pub Reference: acpi_object__bindgen_ty_5,
    pub Processor: acpi_object__bindgen_ty_6,
    pub PowerResource: acpi_object__bindgen_ty_7,
}

Fields

Type: ACPI_OBJECT_TYPEInteger: acpi_object__bindgen_ty_1String: acpi_object__bindgen_ty_2Buffer: acpi_object__bindgen_ty_3Package: acpi_object__bindgen_ty_4Reference: acpi_object__bindgen_ty_5Processor: acpi_object__bindgen_ty_6PowerResource: acpi_object__bindgen_ty_7

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.