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