Struct qapi_qmp::PciInfo[][src]

pub struct PciInfo {
    pub bus: isize,
    pub devices: Vec<PciDeviceInfo>,
}

Fields

Trait Implementations

impl Debug for PciInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PciInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciInfo

impl Sync for PciInfo