#[repr(C)]pub struct DOT11EXT_IHV_SECURITY_PROFILE {
pub pszXmlFragmentIhvSecurity: PWSTR,
pub bUseMSOnex: BOOL,
}
Expand description
Required features: "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§
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