Struct windows_sys::Win32::NetworkManagement::Ndis::DOT11EXT_IHV_PARAMS
[−]#[repr(C)]pub struct DOT11EXT_IHV_PARAMS {
pub dot11ExtIhvProfileParams: DOT11EXT_IHV_PROFILE_PARAMS,
pub wstrProfileName: [u16; 256],
pub dwProfileTypeFlags: u32,
pub interfaceGuid: GUID,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
, "Win32_NetworkManagement_WiFi"
, "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dot11ExtIhvProfileParams: DOT11EXT_IHV_PROFILE_PARAMS
wstrProfileName: [u16; 256]
dwProfileTypeFlags: u32
interfaceGuid: GUID
Trait Implementations
impl Clone for DOT11EXT_IHV_PARAMS
impl Clone for DOT11EXT_IHV_PARAMS
impl Copy for DOT11EXT_IHV_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_IHV_PARAMS
impl !Send for DOT11EXT_IHV_PARAMS
impl !Sync for DOT11EXT_IHV_PARAMS
impl Unpin for DOT11EXT_IHV_PARAMS
impl UnwindSafe for DOT11EXT_IHV_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