Union ApAuthInner
#[repr(C)]pub union ApAuthInner {
pub wep: ApAuthWep,
pub wpa_psk: ApAuthWpaPsk,
}Fields§
§wep: ApAuthWep§wpa_psk: ApAuthWpaPskTrait Implementations§
§impl Clone for ApAuthInner
impl Clone for ApAuthInner
§fn clone(&self) -> ApAuthInner
fn clone(&self) -> ApAuthInner
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 ApAuthInner
Auto Trait Implementations§
impl Freeze for ApAuthInner
impl RefUnwindSafe for ApAuthInner
impl Send for ApAuthInner
impl Sync for ApAuthInner
impl Unpin for ApAuthInner
impl UnwindSafe for ApAuthInner
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