Enum qapi_qmp::NetClientDriver[][src]

pub enum NetClientDriver {
    none,
    nic,
    user,
    tap,
    l2tpv3,
    socket,
    vde,
    bridge,
    hubport,
    netmap,
    vhost_user,
}

Variants

Trait Implementations

impl Debug for NetClientDriver
[src]

Formats the value using the given formatter. Read more

impl Clone for NetClientDriver
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetClientDriver

impl Sync for NetClientDriver