Struct ApAuthWpaPsk
#[repr(C)]pub struct ApAuthWpaPsk {
pub pairwise: c_short,
pub passwd: [c_char; 64],
pub group_rekey: c_int,
}Fields§
§pairwise: c_short§passwd: [c_char; 64]§group_rekey: c_intTrait Implementations§
§impl Clone for ApAuthWpaPsk
impl Clone for ApAuthWpaPsk
§fn clone(&self) -> ApAuthWpaPsk
fn clone(&self) -> ApAuthWpaPsk
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 moreimpl Copy for ApAuthWpaPsk
Auto Trait Implementations§
impl Freeze for ApAuthWpaPsk
impl RefUnwindSafe for ApAuthWpaPsk
impl Send for ApAuthWpaPsk
impl Sync for ApAuthWpaPsk
impl Unpin for ApAuthWpaPsk
impl UnwindSafe for ApAuthWpaPsk
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