Struct qapi_qmp::AcpiTableOptions
[−]
[src]
pub struct AcpiTableOptions { pub oem_rev: Option<u32>, pub rev: Option<u8>, pub data: Option<String>, pub oem_table_id: Option<String>, pub asl_compiler_id: Option<String>, pub sig: Option<String>, pub oem_id: Option<String>, pub file: Option<String>, pub asl_compiler_rev: Option<u32>, }
Fields
oem_rev: Option<u32>
rev: Option<u8>
data: Option<String>
oem_table_id: Option<String>
asl_compiler_id: Option<String>
sig: Option<String>
oem_id: Option<String>
file: Option<String>
asl_compiler_rev: Option<u32>
Trait Implementations
impl Debug for AcpiTableOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for AcpiTableOptions
[src]
fn clone(&self) -> AcpiTableOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more