#[repr(C)]pub struct NDIS_802_11_AUTHENTICATION_ENCRYPTION {
pub AuthModeSupported: NDIS_802_11_AUTHENTICATION_MODE,
pub EncryptStatusSupported: NDIS_802_11_WEP_STATUS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
AuthModeSupported: NDIS_802_11_AUTHENTICATION_MODE
EncryptStatusSupported: NDIS_802_11_WEP_STATUS
Trait Implementations
impl Copy for NDIS_802_11_AUTHENTICATION_ENCRYPTION
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more