Struct qapi_qmp::NetLegacyNicOptions[][src]

pub struct NetLegacyNicOptions {
    pub model: Option<String>,
    pub addr: Option<String>,
    pub netdev: Option<String>,
    pub vectors: Option<u32>,
    pub macaddr: Option<String>,
}

Fields

Trait Implementations

impl Debug for NetLegacyNicOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NetLegacyNicOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetLegacyNicOptions

impl Sync for NetLegacyNicOptions