Struct qapi_qmp::NetLegacyNicOptions [−][src]
pub struct NetLegacyNicOptions {
    pub model: Option<String>,
    pub addr: Option<String>,
    pub netdev: Option<String>,
    pub macaddr: Option<String>,
    pub vectors: Option<u32>,
}Fields
model: Option<String>addr: Option<String>netdev: Option<String>macaddr: Option<String>vectors: Option<u32>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NetLegacyNicOptions
impl Send for NetLegacyNicOptions
impl Sync for NetLegacyNicOptions
impl Unpin for NetLegacyNicOptions
impl UnwindSafe for NetLegacyNicOptions
Blanket Implementations
Mutably borrows from an owned value. Read more