#[repr(u32)]pub enum NasPortType {
Show 21 variants
Async,
Sync,
Isdn,
IsdnV120,
IsdnV110,
Virtual,
Piafs,
HdlcClearChannel,
X25,
X75,
G3Fax,
Sdsl,
AdslCap,
AdslDmt,
Idsl,
Ethernet,
XDsl,
Cable,
WirelessOther,
Wireless80211,
Unknown(u32),
}Variants§
Async
Sync
Isdn
IsdnV120
IsdnV110
Virtual
Piafs
HdlcClearChannel
X25
X75
G3Fax
Sdsl
AdslCap
AdslDmt
Idsl
Ethernet
XDsl
Cable
WirelessOther
Wireless80211
Unknown(u32)
Trait Implementations§
Source§impl Clone for NasPortType
impl Clone for NasPortType
Source§fn clone(&self) -> NasPortType
fn clone(&self) -> NasPortType
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 NasPortType
impl Debug for NasPortType
Source§impl From<NasPortType> for u32
impl From<NasPortType> for u32
Source§fn from(e: NasPortType) -> Self
fn from(e: NasPortType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for NasPortType
impl From<u32> for NasPortType
Source§impl PartialEq for NasPortType
impl PartialEq for NasPortType
impl Copy for NasPortType
impl Eq for NasPortType
impl StructuralPartialEq for NasPortType
Auto Trait Implementations§
impl Freeze for NasPortType
impl RefUnwindSafe for NasPortType
impl Send for NasPortType
impl Sync for NasPortType
impl Unpin for NasPortType
impl UnwindSafe for NasPortType
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