#[repr(C)]
pub struct WLAN_BSS_ENTRY {
Show 16 fields pub dot11Ssid: DOT11_SSID, pub uPhyId: u32, pub dot11Bssid: [u8; 6], pub dot11BssType: DOT11_BSS_TYPE, pub dot11BssPhyType: DOT11_PHY_TYPE, pub lRssi: i32, pub uLinkQuality: u32, pub bInRegDomain: BOOLEAN, pub usBeaconPeriod: u16, pub ullTimestamp: u64, pub ullHostTimestamp: u64, pub usCapabilityInformation: u16, pub ulChCenterFrequency: u32, pub wlanRateSet: WLAN_RATE_SET, pub ulIeOffset: u32, pub ulIeSize: u32,
}
Expand description

Required features: "Win32_NetworkManagement_WiFi", "Win32_Foundation"

Fields

dot11Ssid: DOT11_SSIDuPhyId: u32dot11Bssid: [u8; 6]dot11BssType: DOT11_BSS_TYPEdot11BssPhyType: DOT11_PHY_TYPElRssi: i32uLinkQuality: u32bInRegDomain: BOOLEANusBeaconPeriod: u16ullTimestamp: u64ullHostTimestamp: u64usCapabilityInformation: u16ulChCenterFrequency: u32wlanRateSet: WLAN_RATE_SETulIeOffset: u32ulIeSize: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.