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