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