Enum qapi_qmp::NetLegacyOptionsType [−][src]
pub enum NetLegacyOptionsType { none, nic, user, tap, l2tpv3, socket, vde, bridge, netmap, vhost_user, }
Variants
none
nic
user
tap
l2tpv3
socket
vde
bridge
netmap
vhost_user
Trait Implementations
impl Debug for NetLegacyOptionsType
[src]
impl Debug for NetLegacyOptionsType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for NetLegacyOptionsType
[src]
impl Clone for NetLegacyOptionsType
fn clone(&self) -> NetLegacyOptionsType
[src]
fn clone(&self) -> NetLegacyOptionsType
Returns 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 NetLegacyOptionsType
impl Sync for NetLegacyOptionsType
impl Sync for NetLegacyOptionsType