Struct windows::Win32::NetworkManagement::Ndis::NDIS_802_11_CAPABILITY
#[repr(C)]pub struct NDIS_802_11_CAPABILITY {
pub Length: u32,
pub Version: u32,
pub NoOfPMKIDs: u32,
pub NoOfAuthEncryptPairsSupported: u32,
pub AuthenticationEncryptionSupported: [NDIS_802_11_AUTHENTICATION_ENCRYPTION; 1],
}
Fields§
§Length: u32
§Version: u32
§NoOfPMKIDs: u32
§NoOfAuthEncryptPairsSupported: u32
§AuthenticationEncryptionSupported: [NDIS_802_11_AUTHENTICATION_ENCRYPTION; 1]
Trait Implementations§
§impl Clone for NDIS_802_11_CAPABILITY
impl Clone for NDIS_802_11_CAPABILITY
§impl Debug for NDIS_802_11_CAPABILITY
impl Debug for NDIS_802_11_CAPABILITY
§impl Default for NDIS_802_11_CAPABILITY
impl Default for NDIS_802_11_CAPABILITY
§impl PartialEq for NDIS_802_11_CAPABILITY
impl PartialEq for NDIS_802_11_CAPABILITY
impl Copy for NDIS_802_11_CAPABILITY
impl Eq for NDIS_802_11_CAPABILITY
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_802_11_CAPABILITY
impl Send for NDIS_802_11_CAPABILITY
impl Sync for NDIS_802_11_CAPABILITY
impl Unpin for NDIS_802_11_CAPABILITY
impl UnwindSafe for NDIS_802_11_CAPABILITY
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