Struct ApAuthWep
#[repr(C)]pub struct ApAuthWep {
pub default_index: c_int,
pub passwd: [[c_char; 64]; 4],
}Fields§
§default_index: c_int§passwd: [[c_char; 64]; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApAuthWep
impl RefUnwindSafe for ApAuthWep
impl Send for ApAuthWep
impl Sync for ApAuthWep
impl Unpin for ApAuthWep
impl UnwindSafe for ApAuthWep
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