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
UnknownEthernetWiFiUnused1Unused2BtOlpcMeshWimaxModemInfinibandBondVlanAdslBridgeGenericTeamTunIpTunnelMacvlanVxlanVethMacsecDummy
Trait Implementations
impl Clone for DeviceType[src]
fn clone(&self) -> DeviceType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for DeviceType[src]
impl PartialEq for DeviceType[src]
fn eq(&self, __arg_0: &DeviceType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.