pub enum HardwareType {
Show 42 variants
Reserved(u16),
Ethernet,
ExperimentEthernet,
AmateurRadioAx25,
ProteonPronetTokenRing,
Chaos,
Ieee802Networks,
Arcnet,
Hyperchannel,
Lanstar,
AutonetShortAddress,
LocalTalk,
LocalNet,
UltraLink,
SMDS,
FrameRelay,
ATM,
HDLC,
FibreChannel,
ATMLogical,
SerialLine,
ATMPhysical,
MilStd188220,
Metricom,
IEEE1394,
MAPOS,
Twinaxial,
EUI64,
HIPARP,
IPAndARPOverISO,
ARPSec,
IPsecTunnel,
InfiniBand,
TIA102,
Wiegand,
PureIP,
HwExp1,
Hf1,
UnifiedBus,
HwExp2,
AEthernet,
Unknown(u16),
}
Variants§
Reserved(u16)
Ethernet
ExperimentEthernet
AmateurRadioAx25
ProteonPronetTokenRing
Chaos
Ieee802Networks
Arcnet
Hyperchannel
Lanstar
AutonetShortAddress
LocalTalk
LocalNet
UltraLink
SMDS
FrameRelay
ATM
HDLC
FibreChannel
ATMLogical
SerialLine
ATMPhysical
MilStd188220
Metricom
IEEE1394
MAPOS
Twinaxial
EUI64
HIPARP
IPAndARPOverISO
ARPSec
IPsecTunnel
InfiniBand
TIA102
Wiegand
PureIP
HwExp1
Hf1
UnifiedBus
HwExp2
AEthernet
Unknown(u16)
Trait Implementations§
Source§impl Clone for HardwareType
impl Clone for HardwareType
Source§fn clone(&self) -> HardwareType
fn clone(&self) -> HardwareType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HardwareType
impl Debug for HardwareType
Source§impl From<HardwareType> for u16
impl From<HardwareType> for u16
Source§fn from(value: HardwareType) -> Self
fn from(value: HardwareType) -> Self
Converts to this type from the input type.
Source§impl From<u16> for HardwareType
impl From<u16> for HardwareType
Source§impl PartialEq for HardwareType
impl PartialEq for HardwareType
impl Copy for HardwareType
impl StructuralPartialEq for HardwareType
Auto Trait Implementations§
impl Freeze for HardwareType
impl RefUnwindSafe for HardwareType
impl Send for HardwareType
impl Sync for HardwareType
impl Unpin for HardwareType
impl UnwindSafe for HardwareType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more