Struct qapi_qmp::NetLegacy[][src]

pub struct NetLegacy {
    pub vlan: Option<i32>,
    pub name: Option<String>,
    pub id: Option<String>,
    pub opts: NetLegacyOptions,
}

Fields

Trait Implementations

impl Debug for NetLegacy
[src]

Formats the value using the given formatter. Read more

impl Clone for NetLegacy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetLegacy

impl Sync for NetLegacy