Struct qapi_qmp::PciDeviceId[][src]

pub struct PciDeviceId {
    pub device: isize,
    pub vendor: isize,
}

Fields

Trait Implementations

impl Debug for PciDeviceId
[src]

Formats the value using the given formatter. Read more

impl Clone for PciDeviceId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciDeviceId

impl Sync for PciDeviceId