Enum wlan_common::security::wpa::Wpa2Cipher
source · #[repr(u8)]pub enum Wpa2Cipher {
TKIP = 0,
CCMP = 1,
}
Expand description
WPA2 cipher.
Variants§
Trait Implementations§
source§impl Clone for Wpa2Cipher
impl Clone for Wpa2Cipher
source§fn clone(&self) -> Wpa2Cipher
fn clone(&self) -> Wpa2Cipher
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 Wpa2Cipher
impl Debug for Wpa2Cipher
source§impl From<Wpa2Cipher> for Cipher
impl From<Wpa2Cipher> for Cipher
source§fn from(cipher: Wpa2Cipher) -> Self
fn from(cipher: Wpa2Cipher) -> Self
Converts to this type from the input type.
source§impl Hash for Wpa2Cipher
impl Hash for Wpa2Cipher
source§impl PartialEq for Wpa2Cipher
impl PartialEq for Wpa2Cipher
source§fn eq(&self, other: &Wpa2Cipher) -> bool
fn eq(&self, other: &Wpa2Cipher) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Cipher> for Wpa2Cipher
impl TryFrom<Cipher> for Wpa2Cipher
impl Copy for Wpa2Cipher
impl Eq for Wpa2Cipher
impl StructuralPartialEq for Wpa2Cipher
Auto Trait Implementations§
impl Freeze for Wpa2Cipher
impl RefUnwindSafe for Wpa2Cipher
impl Send for Wpa2Cipher
impl Sync for Wpa2Cipher
impl Unpin for Wpa2Cipher
impl UnwindSafe for Wpa2Cipher
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
)