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