[][src]Struct winapi::um::wlanihvtypes::DOT11EXT_IHV_PROFILE_PARAMS

#[repr(C)]pub struct DOT11EXT_IHV_PROFILE_PARAMS {
    pub pSsidList: PDOT11EXT_IHV_SSID_LIST,
    pub BssType: DOT11_BSS_TYPE,
    pub pMSSecuritySettings: PDOT11_MSSECURITY_SETTINGS,
}

Fields

pSsidList: PDOT11EXT_IHV_SSID_LISTBssType: DOT11_BSS_TYPEpMSSecuritySettings: PDOT11_MSSECURITY_SETTINGS

Trait Implementations

impl Clone for DOT11EXT_IHV_PROFILE_PARAMS[src]

impl Copy for DOT11EXT_IHV_PROFILE_PARAMS[src]

impl Default for DOT11EXT_IHV_PROFILE_PARAMS[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.