Struct qapi_qmp::PciBridgeInfo [−][src]
pub struct PciBridgeInfo {
pub devices: Option<Vec<PciDeviceInfo>>,
pub bus: PciBusInfo,
}Fields
devices: Option<Vec<PciDeviceInfo>>
bus: PciBusInfo
Trait Implementations
impl Debug for PciBridgeInfo[src]
impl Debug for PciBridgeInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for PciBridgeInfo[src]
impl Clone for PciBridgeInfofn clone(&self) -> PciBridgeInfo[src]
fn clone(&self) -> PciBridgeInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for PciBridgeInfo
impl Send for PciBridgeInfoimpl Sync for PciBridgeInfo
impl Sync for PciBridgeInfo