#[repr(C)]pub struct WLAN_CONNECTION_PARAMETERS {
pub wlanConnectionMode: WLAN_CONNECTION_MODE,
pub strProfile: LPCWSTR,
pub pDot11Ssid: PDOT11_SSID,
pub pDesiredBssidList: PDOT11_BSSID_LIST,
pub dot11BssType: DOT11_BSS_TYPE,
pub dwFlags: DWORD,
}
Fields§
§wlanConnectionMode: WLAN_CONNECTION_MODE
§strProfile: LPCWSTR
§pDot11Ssid: PDOT11_SSID
§pDesiredBssidList: PDOT11_BSSID_LIST
§dot11BssType: DOT11_BSS_TYPE
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for WLAN_CONNECTION_PARAMETERS
impl Clone for WLAN_CONNECTION_PARAMETERS
Source§fn clone(&self) -> WLAN_CONNECTION_PARAMETERS
fn clone(&self) -> WLAN_CONNECTION_PARAMETERS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WLAN_CONNECTION_PARAMETERS
impl Default for WLAN_CONNECTION_PARAMETERS
Source§fn default() -> WLAN_CONNECTION_PARAMETERS
fn default() -> WLAN_CONNECTION_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for WLAN_CONNECTION_PARAMETERS
Auto Trait Implementations§
impl Freeze for WLAN_CONNECTION_PARAMETERS
impl RefUnwindSafe for WLAN_CONNECTION_PARAMETERS
impl !Send for WLAN_CONNECTION_PARAMETERS
impl !Sync for WLAN_CONNECTION_PARAMETERS
impl Unpin for WLAN_CONNECTION_PARAMETERS
impl UnwindSafe for WLAN_CONNECTION_PARAMETERS
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