#[repr(C)]pub struct WLAN_BSS_ENTRY {Show 16 fields
pub dot11Ssid: DOT11_SSID,
pub uPhyId: ULONG,
pub dot11Bssid: DOT11_MAC_ADDRESS,
pub dot11BssType: DOT11_BSS_TYPE,
pub dot11BssPhyType: DOT11_PHY_TYPE,
pub lRssi: LONG,
pub uLinkQuality: ULONG,
pub bInRegDomain: BOOLEAN,
pub usBeaconPeriod: USHORT,
pub ullTimestamp: ULONGLONG,
pub ullHostTimestamp: ULONGLONG,
pub usCapabilityInformation: USHORT,
pub ulChCenterFrequency: ULONG,
pub wlanRateSet: WLAN_RATE_SET,
pub ulIeOffset: ULONG,
pub ulIeSize: ULONG,
}Fields§
§dot11Ssid: DOT11_SSID§uPhyId: ULONG§dot11Bssid: DOT11_MAC_ADDRESS§dot11BssType: DOT11_BSS_TYPE§dot11BssPhyType: DOT11_PHY_TYPE§lRssi: LONG§uLinkQuality: ULONG§bInRegDomain: BOOLEAN§usBeaconPeriod: USHORT§ullTimestamp: ULONGLONG§ullHostTimestamp: ULONGLONG§usCapabilityInformation: USHORT§ulChCenterFrequency: ULONG§wlanRateSet: WLAN_RATE_SET§ulIeOffset: ULONG§ulIeSize: ULONGTrait Implementations§
Source§impl Clone for WLAN_BSS_ENTRY
impl Clone for WLAN_BSS_ENTRY
Source§fn clone(&self) -> WLAN_BSS_ENTRY
fn clone(&self) -> WLAN_BSS_ENTRY
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_BSS_ENTRY
impl Default for WLAN_BSS_ENTRY
Source§fn default() -> WLAN_BSS_ENTRY
fn default() -> WLAN_BSS_ENTRY
Returns the “default value” for a type. Read more
impl Copy for WLAN_BSS_ENTRY
Auto Trait Implementations§
impl Freeze for WLAN_BSS_ENTRY
impl RefUnwindSafe for WLAN_BSS_ENTRY
impl Send for WLAN_BSS_ENTRY
impl Sync for WLAN_BSS_ENTRY
impl Unpin for WLAN_BSS_ENTRY
impl UnwindSafe for WLAN_BSS_ENTRY
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