#[repr(C)]pub struct DOT11_BSS_ENTRY {Show 13 fields
pub uPhyId: ULONG,
pub PhySpecificInfo: DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO,
pub dot11BSSID: DOT11_MAC_ADDRESS,
pub dot11BSSType: DOT11_BSS_TYPE,
pub lRSSI: LONG,
pub uLinkQuality: ULONG,
pub bInRegDomain: BOOLEAN,
pub usBeaconPeriod: USHORT,
pub ullTimestamp: ULONGLONG,
pub ullHostTimestamp: ULONGLONG,
pub usCapabilityInformation: USHORT,
pub uBufferLength: ULONG,
pub ucBuffer: [UCHAR; 1],
}
Fields§
§uPhyId: ULONG
§PhySpecificInfo: DOT11_BSS_ENTRY_PHY_SPECIFIC_INFO
§dot11BSSID: DOT11_MAC_ADDRESS
§dot11BSSType: DOT11_BSS_TYPE
§lRSSI: LONG
§uLinkQuality: ULONG
§bInRegDomain: BOOLEAN
§usBeaconPeriod: USHORT
§ullTimestamp: ULONGLONG
§ullHostTimestamp: ULONGLONG
§usCapabilityInformation: USHORT
§uBufferLength: ULONG
§ucBuffer: [UCHAR; 1]
Trait Implementations§
Source§impl Clone for DOT11_BSS_ENTRY
impl Clone for DOT11_BSS_ENTRY
Source§fn clone(&self) -> DOT11_BSS_ENTRY
fn clone(&self) -> DOT11_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 moreSource§impl Default for DOT11_BSS_ENTRY
impl Default for DOT11_BSS_ENTRY
Source§fn default() -> DOT11_BSS_ENTRY
fn default() -> DOT11_BSS_ENTRY
Returns the “default value” for a type. Read more
impl Copy for DOT11_BSS_ENTRY
Auto Trait Implementations§
impl Freeze for DOT11_BSS_ENTRY
impl RefUnwindSafe for DOT11_BSS_ENTRY
impl Send for DOT11_BSS_ENTRY
impl Sync for DOT11_BSS_ENTRY
impl Unpin for DOT11_BSS_ENTRY
impl UnwindSafe for DOT11_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