Struct qapi_qmp::PciBridgeInfo[][src]

pub struct PciBridgeInfo {
    pub devices: Option<Vec<PciDeviceInfo>>,
    pub bus: PciBusInfo,
}

Fields

Trait Implementations

impl Debug for PciBridgeInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PciBridgeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciBridgeInfo

impl Sync for PciBridgeInfo