pub enum ProtectionInfo {
Rsne(Rsne),
LegacyWpa(WpaIe),
}
Expand description
Any information (i.e. info elements) used to negotiate protection on an RSN.
Variants§
Trait Implementations§
Source§impl Clone for ProtectionInfo
impl Clone for ProtectionInfo
Source§fn clone(&self) -> ProtectionInfo
fn clone(&self) -> ProtectionInfo
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 ProtectionInfo
impl Debug for ProtectionInfo
Source§impl PartialEq for ProtectionInfo
impl PartialEq for ProtectionInfo
impl StructuralPartialEq for ProtectionInfo
Auto Trait Implementations§
impl Freeze for ProtectionInfo
impl RefUnwindSafe for ProtectionInfo
impl Send for ProtectionInfo
impl Sync for ProtectionInfo
impl Unpin for ProtectionInfo
impl UnwindSafe for ProtectionInfo
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§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
)