Struct NetworkEncryptionType
#[repr(transparent)]pub struct NetworkEncryptionType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl NetworkEncryptionType
impl NetworkEncryptionType
pub const None: Self = _
pub const Unknown: Self = _
pub const Wep: Self = _
pub const Wep40: Self = _
pub const Wep104: Self = _
pub const Tkip: Self = _
pub const Ccmp: Self = _
pub const WpaUseGroup: Self = _
pub const RsnUseGroup: Self = _
pub const Ihv: Self = _
pub const Gcmp: Self = _
pub const Gcmp256: Self = _
Trait Implementations§
§impl Clone for NetworkEncryptionType
impl Clone for NetworkEncryptionType
§fn clone(&self) -> NetworkEncryptionType
fn clone(&self) -> NetworkEncryptionType
Returns a copy 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 NetworkEncryptionType
impl Debug for NetworkEncryptionType
§impl Default for NetworkEncryptionType
impl Default for NetworkEncryptionType
§fn default() -> NetworkEncryptionType
fn default() -> NetworkEncryptionType
Returns the “default value” for a type. Read more
§impl PartialEq for NetworkEncryptionType
impl PartialEq for NetworkEncryptionType
impl Copy for NetworkEncryptionType
impl Eq for NetworkEncryptionType
impl StructuralPartialEq for NetworkEncryptionType
Auto Trait Implementations§
impl Freeze for NetworkEncryptionType
impl RefUnwindSafe for NetworkEncryptionType
impl Send for NetworkEncryptionType
impl Sync for NetworkEncryptionType
impl Unpin for NetworkEncryptionType
impl UnwindSafe for NetworkEncryptionType
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