#[repr(C)]pub struct DOT11EXT_IHV_PROFILE_PARAMS {
pub pSsidList: *mut DOT11EXT_IHV_SSID_LIST,
pub BssType: DOT11_BSS_TYPE,
pub pMSSecuritySettings: *mut DOT11_MSSECURITY_SETTINGS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
, "Win32_NetworkManagement_WiFi"
, "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
pSsidList: *mut DOT11EXT_IHV_SSID_LIST
BssType: DOT11_BSS_TYPE
pMSSecuritySettings: *mut DOT11_MSSECURITY_SETTINGS
Trait Implementations
impl Clone for DOT11EXT_IHV_PROFILE_PARAMS
impl Clone for DOT11EXT_IHV_PROFILE_PARAMS
impl Copy for DOT11EXT_IHV_PROFILE_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_IHV_PROFILE_PARAMS
impl !Send for DOT11EXT_IHV_PROFILE_PARAMS
impl !Sync for DOT11EXT_IHV_PROFILE_PARAMS
impl Unpin for DOT11EXT_IHV_PROFILE_PARAMS
impl UnwindSafe for DOT11EXT_IHV_PROFILE_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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