#[repr(C)]pub struct WLAN_AVAILABLE_NETWORK_V2 {Show 18 fields
pub strProfileName: [WCHAR; 256],
pub dot11Ssid: DOT11_SSID,
pub dot11BssType: DOT11_BSS_TYPE,
pub uNumberOfBssids: ULONG,
pub bNetworkConnectable: BOOL,
pub wlanNotConnectableReason: WLAN_REASON_CODE,
pub uNumberOfPhyTypes: ULONG,
pub dot11PhyTypes: [DOT11_PHY_TYPE; 8],
pub bMorePhyTypes: BOOL,
pub wlanSignalQuality: WLAN_SIGNAL_QUALITY,
pub bSecurityEnabled: BOOL,
pub dot11DefaultAuthAlgorithm: DOT11_AUTH_ALGORITHM,
pub dot11DefaultCipherAlgorithm: DOT11_CIPHER_ALGORITHM,
pub dwFlags: DWORD,
pub AccessNetworkOptions: DOT11_ACCESSNETWORKOPTIONS,
pub dot11HESSID: DOT11_HESSID,
pub VenueInfo: DOT11_VENUEINFO,
pub dwReserved: DWORD,
}Fields§
§strProfileName: [WCHAR; 256]§dot11Ssid: DOT11_SSID§dot11BssType: DOT11_BSS_TYPE§uNumberOfBssids: ULONG§bNetworkConnectable: BOOL§wlanNotConnectableReason: WLAN_REASON_CODE§uNumberOfPhyTypes: ULONG§dot11PhyTypes: [DOT11_PHY_TYPE; 8]§bMorePhyTypes: BOOL§wlanSignalQuality: WLAN_SIGNAL_QUALITY§bSecurityEnabled: BOOL§dot11DefaultAuthAlgorithm: DOT11_AUTH_ALGORITHM§dot11DefaultCipherAlgorithm: DOT11_CIPHER_ALGORITHM§dwFlags: DWORD§AccessNetworkOptions: DOT11_ACCESSNETWORKOPTIONS§dot11HESSID: DOT11_HESSID§VenueInfo: DOT11_VENUEINFO§dwReserved: DWORDTrait Implementations§
Source§impl Clone for WLAN_AVAILABLE_NETWORK_V2
impl Clone for WLAN_AVAILABLE_NETWORK_V2
Source§fn clone(&self) -> WLAN_AVAILABLE_NETWORK_V2
fn clone(&self) -> WLAN_AVAILABLE_NETWORK_V2
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_AVAILABLE_NETWORK_V2
impl Default for WLAN_AVAILABLE_NETWORK_V2
Source§fn default() -> WLAN_AVAILABLE_NETWORK_V2
fn default() -> WLAN_AVAILABLE_NETWORK_V2
Returns the “default value” for a type. Read more
impl Copy for WLAN_AVAILABLE_NETWORK_V2
Auto Trait Implementations§
impl Freeze for WLAN_AVAILABLE_NETWORK_V2
impl RefUnwindSafe for WLAN_AVAILABLE_NETWORK_V2
impl Send for WLAN_AVAILABLE_NETWORK_V2
impl Sync for WLAN_AVAILABLE_NETWORK_V2
impl Unpin for WLAN_AVAILABLE_NETWORK_V2
impl UnwindSafe for WLAN_AVAILABLE_NETWORK_V2
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