pub enum InterfaceType {
Show 13 variants
ApVlan,
P2pDevice,
Unspecified,
Monitor,
Ocb,
Adhoc,
P2pGo,
P2pClient,
Station,
Nan,
Wds,
MeshPoint,
Ap,
}Variants§
Trait Implementations§
Source§impl Clone for InterfaceType
impl Clone for InterfaceType
Source§fn clone(&self) -> InterfaceType
fn clone(&self) -> InterfaceType
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 ConvertFrom<u32> for InterfaceType
impl ConvertFrom<u32> for InterfaceType
Source§fn convert_from(value: u32) -> Option<InterfaceType>
fn convert_from(value: u32) -> Option<InterfaceType>
Convert value from one type to the other, returning None if conversion failed
Source§impl Debug for InterfaceType
impl Debug for InterfaceType
Source§impl Display for InterfaceType
impl Display for InterfaceType
Source§impl From<InterfaceType> for u32
impl From<InterfaceType> for u32
Source§fn from(value: InterfaceType) -> u32
fn from(value: InterfaceType) -> u32
Converts to this type from the input type.
Source§impl From<u32> for InterfaceType
impl From<u32> for InterfaceType
Source§fn from(value: u32) -> InterfaceType
fn from(value: u32) -> InterfaceType
Converts to this type from the input type.
Source§impl PartialEq<InterfaceType> for u32
impl PartialEq<InterfaceType> for u32
Source§impl PartialEq<u32> for InterfaceType
impl PartialEq<u32> for InterfaceType
Source§impl PartialEq for InterfaceType
impl PartialEq for InterfaceType
impl StructuralPartialEq for InterfaceType
Auto Trait Implementations§
impl Freeze for InterfaceType
impl RefUnwindSafe for InterfaceType
impl Send for InterfaceType
impl Sync for InterfaceType
impl Unpin for InterfaceType
impl UnwindSafe for InterfaceType
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