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
subordinate: isize
io_range: PciMemoryRange
prefetchable_range: PciMemoryRange
secondary: isize
number: isize
memory_range: PciMemoryRange
Trait Implementations
impl Debug for PciBusInfo[src]
impl Debug for PciBusInfofn 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 PciBusInfo[src]
impl Clone for PciBusInfofn clone(&self) -> PciBusInfo[src]
fn clone(&self) -> PciBusInfoReturns 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 PciBusInfo
impl Send for PciBusInfoimpl Sync for PciBusInfo
impl Sync for PciBusInfo