Struct AuthWpaPsk
#[repr(transparent)]pub struct AuthWpaPsk(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl AuthWpaPsk
impl AuthWpaPsk
pub const WPA_PAIRWISE_AUTO: Self
pub const WPA_PAIRWISE_AUTO: Self
contain TKIP and AES
pub const WPA_PAIRWISE_TKIP: Self
pub const WPA_PAIRWISE_AES: Self
Trait Implementations§
§impl Clone for AuthWpaPsk
impl Clone for AuthWpaPsk
§fn clone(&self) -> AuthWpaPsk
fn clone(&self) -> AuthWpaPsk
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 more§impl Debug for AuthWpaPsk
impl Debug for AuthWpaPsk
§impl PartialEq for AuthWpaPsk
impl PartialEq for AuthWpaPsk
§impl Serialize for AuthWpaPsk
impl Serialize for AuthWpaPsk
impl Copy for AuthWpaPsk
impl Eq for AuthWpaPsk
impl StructuralPartialEq for AuthWpaPsk
Auto Trait Implementations§
impl Freeze for AuthWpaPsk
impl RefUnwindSafe for AuthWpaPsk
impl Send for AuthWpaPsk
impl Sync for AuthWpaPsk
impl Unpin for AuthWpaPsk
impl UnwindSafe for AuthWpaPsk
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