Struct qapi_qmp::ACPI_DEVICE_OST [−][src]
pub struct ACPI_DEVICE_OST {
pub info: ACPIOSTInfo,
}Fields
info: ACPIOSTInfo
Trait Implementations
impl Debug for ACPI_DEVICE_OST[src]
impl Debug for ACPI_DEVICE_OSTfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ACPI_DEVICE_OST[src]
impl Clone for ACPI_DEVICE_OSTfn clone(&self) -> ACPI_DEVICE_OST[src]
fn clone(&self) -> ACPI_DEVICE_OSTReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Event for ACPI_DEVICE_OST[src]
impl Event for ACPI_DEVICE_OSTAuto Trait Implementations
impl Send for ACPI_DEVICE_OST
impl Send for ACPI_DEVICE_OSTimpl Sync for ACPI_DEVICE_OST
impl Sync for ACPI_DEVICE_OST