Enum qapi_qmp::NetLegacyOptions [−][src]
pub enum NetLegacyOptions {
vde {
vde: NetdevVdeOptions,
},
tap {
tap: NetdevTapOptions,
},
socket {
socket: NetdevSocketOptions,
},
bridge {
bridge: NetdevBridgeOptions,
},
user {
user: NetdevUserOptions,
},
vhost_user {
vhost_user: NetdevVhostUserOptions,
},
nic {
nic: NetLegacyNicOptions,
},
l2tpv3 {
l2tpv3: NetdevL2TPv3Options,
},
netmap {
netmap: NetdevNetmapOptions,
},
}Variants
vdeFields of vde
vde: NetdevVdeOptions |
tapFields of tap
tap: NetdevTapOptions |
socketFields of socket
socket: NetdevSocketOptions |
bridgeFields of bridge
bridge: NetdevBridgeOptions |
userFields of user
user: NetdevUserOptions |
vhost_userFields of vhost_user
vhost_user: NetdevVhostUserOptions |
nicFields of nic
nic: NetLegacyNicOptions |
l2tpv3Fields of l2tpv3
l2tpv3: NetdevL2TPv3Options |
netmapFields of netmap
netmap: NetdevNetmapOptions |
Methods
impl NetLegacyOptions[src]
impl NetLegacyOptionspub fn type_(&self) -> NetLegacyOptionsType[src]
pub fn type_(&self) -> NetLegacyOptionsTypeTrait Implementations
impl Debug for NetLegacyOptions[src]
impl Debug for NetLegacyOptionsfn 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 NetLegacyOptions[src]
impl Clone for NetLegacyOptionsfn clone(&self) -> NetLegacyOptions[src]
fn clone(&self) -> NetLegacyOptionsReturns 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 NetLegacyOptions
impl Send for NetLegacyOptionsimpl Sync for NetLegacyOptions
impl Sync for NetLegacyOptions