Struct qapi_qmp::PciDeviceClass[][src]

pub struct PciDeviceClass {
    pub desc: Option<String>,
    pub class: isize,
}

Fields

Trait Implementations

impl Debug for PciDeviceClass
[src]

Formats the value using the given formatter. Read more

impl Clone for PciDeviceClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PciDeviceClass

impl Sync for PciDeviceClass