pub enum WEPKeyType {
UNKNOWN,
KEY,
PASSPHRASE,
LAST,
}
Variants§
Trait Implementations§
Source§impl Clone for WEPKeyType
impl Clone for WEPKeyType
Source§fn clone(&self) -> WEPKeyType
fn clone(&self) -> WEPKeyType
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 WEPKeyType
impl Debug for WEPKeyType
Source§impl Default for WEPKeyType
impl Default for WEPKeyType
Source§fn default() -> WEPKeyType
fn default() -> WEPKeyType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WEPKeyType
impl RefUnwindSafe for WEPKeyType
impl Send for WEPKeyType
impl Sync for WEPKeyType
impl Unpin for WEPKeyType
impl UnwindSafe for WEPKeyType
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