Enum ieee80211::CipherSuiteType
source · pub enum CipherSuiteType {
UseGroupCipherSuite,
WEP40,
TKIP,
Reserved(u8),
CCMP,
WEP104,
BIP,
GroupAddressedTrafficNotAllowed,
}
Variants§
Trait Implementations§
source§impl Debug for CipherSuiteType
impl Debug for CipherSuiteType
source§impl PartialEq<CipherSuiteType> for CipherSuiteType
impl PartialEq<CipherSuiteType> for CipherSuiteType
source§fn eq(&self, other: &CipherSuiteType) -> bool
fn eq(&self, other: &CipherSuiteType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CipherSuiteType
Auto Trait Implementations§
impl RefUnwindSafe for CipherSuiteType
impl Send for CipherSuiteType
impl Sync for CipherSuiteType
impl Unpin for CipherSuiteType
impl UnwindSafe for CipherSuiteType
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