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