#[repr(C)]pub struct DOT11_ASSOCIATION_INFO_EX {Show 13 fields
pub PeerMacAddress: DOT11_MAC_ADDRESS,
pub BSSID: DOT11_MAC_ADDRESS,
pub usCapabilityInformation: USHORT,
pub usListenInterval: USHORT,
pub ucPeerSupportedRates: [UCHAR; 255],
pub usAssociationID: USHORT,
pub dot11AssociationState: DOT11_ASSOCIATION_STATE,
pub dot11PowerMode: DOT11_POWER_MODE,
pub liAssociationUpTime: LARGE_INTEGER,
pub ullNumOfTxPacketSuccesses: ULONGLONG,
pub ullNumOfTxPacketFailures: ULONGLONG,
pub ullNumOfRxPacketSuccesses: ULONGLONG,
pub ullNumOfRxPacketFailures: ULONGLONG,
}
Fields§
§PeerMacAddress: DOT11_MAC_ADDRESS
§BSSID: DOT11_MAC_ADDRESS
§usCapabilityInformation: USHORT
§usListenInterval: USHORT
§ucPeerSupportedRates: [UCHAR; 255]
§usAssociationID: USHORT
§dot11AssociationState: DOT11_ASSOCIATION_STATE
§dot11PowerMode: DOT11_POWER_MODE
§liAssociationUpTime: LARGE_INTEGER
§ullNumOfTxPacketSuccesses: ULONGLONG
§ullNumOfTxPacketFailures: ULONGLONG
§ullNumOfRxPacketSuccesses: ULONGLONG
§ullNumOfRxPacketFailures: ULONGLONG
Trait Implementations§
Source§impl Clone for DOT11_ASSOCIATION_INFO_EX
impl Clone for DOT11_ASSOCIATION_INFO_EX
Source§fn clone(&self) -> DOT11_ASSOCIATION_INFO_EX
fn clone(&self) -> DOT11_ASSOCIATION_INFO_EX
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_ASSOCIATION_INFO_EX
impl Default for DOT11_ASSOCIATION_INFO_EX
Source§fn default() -> DOT11_ASSOCIATION_INFO_EX
fn default() -> DOT11_ASSOCIATION_INFO_EX
Returns the “default value” for a type. Read more
impl Copy for DOT11_ASSOCIATION_INFO_EX
Auto Trait Implementations§
impl Freeze for DOT11_ASSOCIATION_INFO_EX
impl RefUnwindSafe for DOT11_ASSOCIATION_INFO_EX
impl Send for DOT11_ASSOCIATION_INFO_EX
impl Sync for DOT11_ASSOCIATION_INFO_EX
impl Unpin for DOT11_ASSOCIATION_INFO_EX
impl UnwindSafe for DOT11_ASSOCIATION_INFO_EX
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