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