#[repr(u32)]pub enum WIFI_SECURITY {
NO = 0,
WEP = 1,
WPAEAP = 2,
WPAPSK = 3,
}Variants§
Trait Implementations§
Source§impl Clone for WIFI_SECURITY
impl Clone for WIFI_SECURITY
Source§fn clone(&self) -> WIFI_SECURITY
fn clone(&self) -> WIFI_SECURITY
Returns a duplicate 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 WIFI_SECURITY
impl Debug for WIFI_SECURITY
Source§impl Hash for WIFI_SECURITY
impl Hash for WIFI_SECURITY
Source§impl PartialEq for WIFI_SECURITY
impl PartialEq for WIFI_SECURITY
impl Copy for WIFI_SECURITY
impl Eq for WIFI_SECURITY
impl StructuralPartialEq for WIFI_SECURITY
Auto Trait Implementations§
impl Freeze for WIFI_SECURITY
impl RefUnwindSafe for WIFI_SECURITY
impl Send for WIFI_SECURITY
impl Sync for WIFI_SECURITY
impl Unpin for WIFI_SECURITY
impl UnwindSafe for WIFI_SECURITY
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