Enum wlan_common::security::wpa::Wpa3Cipher
source · #[repr(u8)]pub enum Wpa3Cipher {
CCMP = 1,
GCMP = 2,
}
Expand description
WPA3 cipher.
Variants§
Trait Implementations§
source§impl Clone for Wpa3Cipher
impl Clone for Wpa3Cipher
source§fn clone(&self) -> Wpa3Cipher
fn clone(&self) -> Wpa3Cipher
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 moresource§impl Debug for Wpa3Cipher
impl Debug for Wpa3Cipher
source§impl From<Wpa3Cipher> for Cipher
impl From<Wpa3Cipher> for Cipher
source§fn from(cipher: Wpa3Cipher) -> Self
fn from(cipher: Wpa3Cipher) -> Self
Converts to this type from the input type.
source§impl Hash for Wpa3Cipher
impl Hash for Wpa3Cipher
source§impl PartialEq for Wpa3Cipher
impl PartialEq for Wpa3Cipher
source§fn eq(&self, other: &Wpa3Cipher) -> bool
fn eq(&self, other: &Wpa3Cipher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Cipher> for Wpa3Cipher
impl TryFrom<Cipher> for Wpa3Cipher
impl Copy for Wpa3Cipher
impl Eq for Wpa3Cipher
impl StructuralPartialEq for Wpa3Cipher
Auto Trait Implementations§
impl Freeze for Wpa3Cipher
impl RefUnwindSafe for Wpa3Cipher
impl Send for Wpa3Cipher
impl Sync for Wpa3Cipher
impl Unpin for Wpa3Cipher
impl UnwindSafe for Wpa3Cipher
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)