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
vde
Fields of vde
vde: NetdevVdeOptions |
tap
Fields of tap
tap: NetdevTapOptions |
socket
Fields of socket
socket: NetdevSocketOptions |
bridge
Fields of bridge
bridge: NetdevBridgeOptions |
user
Fields of user
user: NetdevUserOptions |
vhost_user
Fields of vhost_user
vhost_user: NetdevVhostUserOptions |
nic
Fields of nic
nic: NetLegacyNicOptions |
l2tpv3
Fields of l2tpv3
l2tpv3: NetdevL2TPv3Options |
netmap
Fields of netmap
netmap: NetdevNetmapOptions |
Methods
impl NetLegacyOptions
[src]
impl NetLegacyOptions
pub fn type_(&self) -> NetLegacyOptionsType
[src]
pub fn type_(&self) -> NetLegacyOptionsType
Trait Implementations
impl Debug for NetLegacyOptions
[src]
impl Debug for NetLegacyOptions
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 NetLegacyOptions
[src]
impl Clone for NetLegacyOptions
fn clone(&self) -> NetLegacyOptions
[src]
fn clone(&self) -> NetLegacyOptions
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 NetLegacyOptions
impl Send for NetLegacyOptions
impl Sync for NetLegacyOptions
impl Sync for NetLegacyOptions