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

Trait Implementations

impl Debug for PciMemoryRegion
[src]

Formats the value using the given formatter. Read more

impl Clone for PciMemoryRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciMemoryRegion

impl Sync for PciMemoryRegion