Struct NDIS_802_11_AUTHENTICATION_ENCRYPTION
#[repr(C)]pub struct NDIS_802_11_AUTHENTICATION_ENCRYPTION {
pub AuthModeSupported: NDIS_802_11_AUTHENTICATION_MODE,
pub EncryptStatusSupported: NDIS_802_11_WEP_STATUS,
}
Fields§
§AuthModeSupported: NDIS_802_11_AUTHENTICATION_MODE
§EncryptStatusSupported: NDIS_802_11_WEP_STATUS
Trait Implementations§
§impl Clone for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl Clone for NDIS_802_11_AUTHENTICATION_ENCRYPTION
§fn clone(&self) -> NDIS_802_11_AUTHENTICATION_ENCRYPTION
fn clone(&self) -> NDIS_802_11_AUTHENTICATION_ENCRYPTION
Returns a copy 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 NDIS_802_11_AUTHENTICATION_ENCRYPTION
Auto Trait Implementations§
impl Freeze for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl RefUnwindSafe for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl Send for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl Sync for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl Unpin for NDIS_802_11_AUTHENTICATION_ENCRYPTION
impl UnwindSafe for NDIS_802_11_AUTHENTICATION_ENCRYPTION
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