Struct qapi_qmp::PciMemoryRegion
[−]
[src]
pub struct PciMemoryRegion { pub prefetch: Option<bool>, pub size: isize, pub bar: isize, pub mem_type_64: Option<bool>, pub type_: String, pub address: isize, }
Fields
prefetch: Option<bool>
size: isize
bar: isize
mem_type_64: Option<bool>
type_: String
address: isize
Trait Implementations
impl Debug for PciMemoryRegion
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for PciMemoryRegion
[src]
fn clone(&self) -> PciMemoryRegion
[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