Struct windows_sys::Win32::NetworkManagement::WiFi::WLAN_BSS_ENTRY
#[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,
}
Fields§
§dot11Ssid: DOT11_SSID
§uPhyId: u32
§dot11Bssid: [u8; 6]
§dot11BssType: DOT11_BSS_TYPE
§dot11BssPhyType: DOT11_PHY_TYPE
§lRssi: i32
§uLinkQuality: u32
§bInRegDomain: BOOLEAN
§usBeaconPeriod: u16
§ullTimestamp: u64
§ullHostTimestamp: u64
§usCapabilityInformation: u16
§ulChCenterFrequency: u32
§wlanRateSet: WLAN_RATE_SET
§ulIeOffset: u32
§ulIeSize: u32
Trait Implementations§
§impl Clone for WLAN_BSS_ENTRY
impl Clone for WLAN_BSS_ENTRY
§fn clone(&self) -> WLAN_BSS_ENTRY
fn clone(&self) -> WLAN_BSS_ENTRY
Returns a copy 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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)