[][src]Struct winapi::um::wlanapi::WLAN_CONNECTION_PARAMETERS_V2

#[repr(C)]pub struct WLAN_CONNECTION_PARAMETERS_V2 {
    pub wlanConnectionMode: WLAN_CONNECTION_MODE,
    pub strProfile: LPCWSTR,
    pub pDot11Ssid: PDOT11_SSID,
    pub pDot11Hessid: PDOT11_HESSID,
    pub pDesiredBssidList: PDOT11_BSSID_LIST,
    pub dot11BssType: DOT11_BSS_TYPE,
    pub dwFlags: DWORD,
    pub pDot11AccessNetworkOptions: PDOT11_ACCESSNETWORKOPTIONS,
}

Fields

wlanConnectionMode: WLAN_CONNECTION_MODEstrProfile: LPCWSTRpDot11Ssid: PDOT11_SSIDpDot11Hessid: PDOT11_HESSIDpDesiredBssidList: PDOT11_BSSID_LISTdot11BssType: DOT11_BSS_TYPEdwFlags: DWORDpDot11AccessNetworkOptions: PDOT11_ACCESSNETWORKOPTIONS

Trait Implementations

impl Clone for WLAN_CONNECTION_PARAMETERS_V2[src]

impl Copy for WLAN_CONNECTION_PARAMETERS_V2[src]

impl Default for WLAN_CONNECTION_PARAMETERS_V2[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.