Struct qapi_qmp::PciBusInfo[][src]

pub struct PciBusInfo {
    pub subordinate: isize,
    pub io_range: PciMemoryRange,
    pub prefetchable_range: PciMemoryRange,
    pub secondary: isize,
    pub number: isize,
    pub memory_range: PciMemoryRange,
}

Fields

Trait Implementations

impl Debug for PciBusInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PciBusInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciBusInfo

impl Sync for PciBusInfo