Struct qapi_qmp::NetLegacy [−][src]
pub struct NetLegacy {
pub name: Option<String>,
pub opts: NetLegacyOptions,
pub id: Option<String>,
}Fields
name: Option<String>
opts: NetLegacyOptions
id: Option<String>
Trait Implementations
impl Debug for NetLegacy[src]
impl Debug for NetLegacyfn 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 NetLegacy[src]
impl Clone for NetLegacy