Struct qapi_qmp::NetLegacy
[−]
[src]
pub struct NetLegacy { pub name: Option<String>, pub id: Option<String>, pub vlan: Option<i32>, pub opts: NetLegacyOptions, }
Fields
name: Option<String>
id: Option<String>
vlan: Option<i32>
opts: NetLegacyOptions
Trait Implementations
impl Debug for NetLegacy
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more