Enum qapi_qmp::NetLegacyOptionsType [−][src]
pub enum NetLegacyOptionsType {
none,
nic,
user,
tap,
l2tpv3,
socket,
vde,
bridge,
netmap,
vhost_user,
}Variants
nonenicusertapl2tpv3socketvdebridgenetmapvhost_user
Trait Implementations
impl Debug for NetLegacyOptionsType[src]
impl Debug for NetLegacyOptionsTypefn 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 NetLegacyOptionsType[src]
impl Clone for NetLegacyOptionsTypefn clone(&self) -> NetLegacyOptionsType[src]
fn clone(&self) -> NetLegacyOptionsTypeReturns 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 NetLegacyOptionsType
impl Send for NetLegacyOptionsTypeimpl Sync for NetLegacyOptionsType
impl Sync for NetLegacyOptionsType