Enum qapi_qmp::NetClientDriver
[−]
[src]
pub enum NetClientDriver { none, nic, user, tap, l2tpv3, socket, vde, dump, bridge, hubport, netmap, vhost_user, }
Variants
none
nic
user
tap
l2tpv3
socket
vde
dump
bridge
hubport
netmap
vhost_user
Trait Implementations
impl Debug for NetClientDriver
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for NetClientDriver
[src]
fn clone(&self) -> NetClientDriver
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more