Struct qapi_qmp::AcpiTableOptions[][src]

pub struct AcpiTableOptions {
    pub file: Option<String>,
    pub data: Option<String>,
    pub oem_table_id: Option<String>,
    pub oem_id: Option<String>,
    pub rev: Option<u8>,
    pub oem_rev: Option<u32>,
    pub sig: Option<String>,
    pub asl_compiler_rev: Option<u32>,
    pub asl_compiler_id: Option<String>,
}

Fields

Trait Implementations

impl Debug for AcpiTableOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for AcpiTableOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AcpiTableOptions

impl Sync for AcpiTableOptions