#[repr(C)]pub struct DOT11EXT_IHV_SECURITY_PROFILE {
pub pszXmlFragmentIhvSecurity: PWSTR,
pub bUseMSOnex: BOOL,
}
Expand description
Required features: ‘Win32_NetworkManagement_Ndis’, ‘Win32_Foundation’
Fields
pszXmlFragmentIhvSecurity: PWSTR
bUseMSOnex: BOOL
Trait Implementations
impl Clone for DOT11EXT_IHV_SECURITY_PROFILE
impl Clone for DOT11EXT_IHV_SECURITY_PROFILE
impl Copy for DOT11EXT_IHV_SECURITY_PROFILE
Auto Trait Implementations
impl RefUnwindSafe for DOT11EXT_IHV_SECURITY_PROFILE
impl !Send for DOT11EXT_IHV_SECURITY_PROFILE
impl !Sync for DOT11EXT_IHV_SECURITY_PROFILE
impl Unpin for DOT11EXT_IHV_SECURITY_PROFILE
impl UnwindSafe for DOT11EXT_IHV_SECURITY_PROFILE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more