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