Struct qapi_qmp::PciInfo [−][src]
pub struct PciInfo { pub bus: isize, pub devices: Vec<PciDeviceInfo>, }
Fields
bus: isize
devices: Vec<PciDeviceInfo>
Trait Implementations
impl Debug for PciInfo
[src]
impl Debug for PciInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for PciInfo
[src]
impl Clone for PciInfo