Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_EXTAP_ATTRIBUTES
#[repr(C)]pub struct DOT11_EXTAP_ATTRIBUTES {Show 14 fields
pub Header: NDIS_OBJECT_HEADER,
pub uScanSSIDListSize: u32,
pub uDesiredSSIDListSize: u32,
pub uPrivacyExemptionListSize: u32,
pub uAssociationTableSize: u32,
pub uDefaultKeyTableSize: u32,
pub uWEPKeyValueMaxLength: u32,
pub bStrictlyOrderedServiceClassImplemented: BOOLEAN,
pub uNumSupportedCountryOrRegionStrings: u32,
pub pSupportedCountryOrRegionStrings: *mut u8,
pub uInfraNumSupportedUcastAlgoPairs: u32,
pub pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
pub uInfraNumSupportedMcastAlgoPairs: u32,
pub pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR,
}
Fields§
§Header: NDIS_OBJECT_HEADER
§uScanSSIDListSize: u32
§uDesiredSSIDListSize: u32
§uPrivacyExemptionListSize: u32
§uAssociationTableSize: u32
§uDefaultKeyTableSize: u32
§uWEPKeyValueMaxLength: u32
§bStrictlyOrderedServiceClassImplemented: BOOLEAN
§uNumSupportedCountryOrRegionStrings: u32
§pSupportedCountryOrRegionStrings: *mut u8
§uInfraNumSupportedUcastAlgoPairs: u32
§pInfraSupportedUcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
§uInfraNumSupportedMcastAlgoPairs: u32
§pInfraSupportedMcastAlgoPairs: *mut DOT11_AUTH_CIPHER_PAIR
Trait Implementations§
§impl Clone for DOT11_EXTAP_ATTRIBUTES
impl Clone for DOT11_EXTAP_ATTRIBUTES
§fn clone(&self) -> DOT11_EXTAP_ATTRIBUTES
fn clone(&self) -> DOT11_EXTAP_ATTRIBUTES
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 DOT11_EXTAP_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for DOT11_EXTAP_ATTRIBUTES
impl RefUnwindSafe for DOT11_EXTAP_ATTRIBUTES
impl !Send for DOT11_EXTAP_ATTRIBUTES
impl !Sync for DOT11_EXTAP_ATTRIBUTES
impl Unpin for DOT11_EXTAP_ATTRIBUTES
impl UnwindSafe for DOT11_EXTAP_ATTRIBUTES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)