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

Trait Implementations

impl Debug for PciMemoryRegion
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PciMemoryRegion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations