Enum qapi_qmp::NetLegacyOptionsType[][src]

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

Variants

Trait Implementations

impl Debug for NetLegacyOptionsType
[src]

Formats the value using the given formatter. Read more

impl Clone for NetLegacyOptionsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetLegacyOptionsType

impl Sync for NetLegacyOptionsType