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
model: Option<String>
addr: Option<String>
netdev: Option<String>
vectors: Option<u32>
macaddr: Option<String>
Trait Implementations
impl Debug for NetLegacyNicOptions[src]
impl Debug for NetLegacyNicOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for NetLegacyNicOptions[src]
impl Clone for NetLegacyNicOptionsfn clone(&self) -> NetLegacyNicOptions[src]
fn clone(&self) -> NetLegacyNicOptionsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for NetLegacyNicOptions
impl Send for NetLegacyNicOptionsimpl Sync for NetLegacyNicOptions
impl Sync for NetLegacyNicOptions