Struct qapi_qmp::NetLegacyNicOptions
[−]
[src]
pub struct NetLegacyNicOptions { pub macaddr: Option<String>, pub netdev: Option<String>, pub addr: Option<String>, pub model: Option<String>, pub vectors: Option<u32>, }
Fields
macaddr: Option<String>
netdev: Option<String>
addr: Option<String>
model: Option<String>
vectors: Option<u32>
Trait Implementations
impl Debug for NetLegacyNicOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for NetLegacyNicOptions
[src]
fn clone(&self) -> NetLegacyNicOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more