Struct qapi_qmp::ACPI_DEVICE_OST[][src]

pub struct ACPI_DEVICE_OST {
    pub info: ACPIOSTInfo,
}

Fields

Trait Implementations

impl Debug for ACPI_DEVICE_OST
[src]

Formats the value using the given formatter. Read more

impl Clone for ACPI_DEVICE_OST
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for ACPI_DEVICE_OST
[src]

NAME: &'static str = "ACPI_DEVICE_OST"

Auto Trait Implementations