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