Struct NetworkAuthenticationType
#[repr(transparent)]pub struct NetworkAuthenticationType(pub i32);Tuple Fields§
§0: i32Implementations§
§impl NetworkAuthenticationType
impl NetworkAuthenticationType
pub const None: Self
pub const Unknown: Self
pub const Open80211: Self
pub const Wpa: Self
pub const WpaPsk: Self
pub const WpaNone: Self
pub const Rsna: Self
pub const RsnaPsk: Self
pub const Ihv: Self
pub const Wpa3: Self
pub const Wpa3Enterprise192Bits: Self
pub const Wpa3Sae: Self
pub const Owe: Self
pub const Wpa3Enterprise: Self
Trait Implementations§
§impl Clone for NetworkAuthenticationType
impl Clone for NetworkAuthenticationType
§fn clone(&self) -> NetworkAuthenticationType
fn clone(&self) -> NetworkAuthenticationType
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 more§impl Debug for NetworkAuthenticationType
impl Debug for NetworkAuthenticationType
§impl Default for NetworkAuthenticationType
impl Default for NetworkAuthenticationType
§fn default() -> NetworkAuthenticationType
fn default() -> NetworkAuthenticationType
Returns the “default value” for a type. Read more
§impl PartialEq for NetworkAuthenticationType
impl PartialEq for NetworkAuthenticationType
impl Copy for NetworkAuthenticationType
impl Eq for NetworkAuthenticationType
impl StructuralPartialEq for NetworkAuthenticationType
Auto Trait Implementations§
impl Freeze for NetworkAuthenticationType
impl RefUnwindSafe for NetworkAuthenticationType
impl Send for NetworkAuthenticationType
impl Sync for NetworkAuthenticationType
impl Unpin for NetworkAuthenticationType
impl UnwindSafe for NetworkAuthenticationType
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