Enum network_manager::DeviceType[][src]

pub enum DeviceType {
    Unknown,
    Ethernet,
    WiFi,
    Unused1,
    Unused2,
    Bt,
    OlpcMesh,
    Wimax,
    Modem,
    Infiniband,
    Bond,
    Vlan,
    Adsl,
    Bridge,
    Generic,
    Team,
    Tun,
    IpTunnel,
    Macvlan,
    Vxlan,
    Veth,
    Macsec,
    Dummy,
}

Variants

Trait Implementations

impl Clone for DeviceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DeviceType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i64> for DeviceType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DeviceType

impl Sync for DeviceType