Struct windows_sys::Win32::NetworkManagement::WiFi::WLAN_STATISTICS
#[repr(C)]pub struct WLAN_STATISTICS {
pub ullFourWayHandshakeFailures: u64,
pub ullTKIPCounterMeasuresInvoked: u64,
pub ullReserved: u64,
pub MacUcastCounters: WLAN_MAC_FRAME_STATISTICS,
pub MacMcastCounters: WLAN_MAC_FRAME_STATISTICS,
pub dwNumberOfPhys: u32,
pub PhyCounters: [WLAN_PHY_FRAME_STATISTICS; 1],
}Fields§
§ullFourWayHandshakeFailures: u64§ullTKIPCounterMeasuresInvoked: u64§ullReserved: u64§MacUcastCounters: WLAN_MAC_FRAME_STATISTICS§MacMcastCounters: WLAN_MAC_FRAME_STATISTICS§dwNumberOfPhys: u32§PhyCounters: [WLAN_PHY_FRAME_STATISTICS; 1]Trait Implementations§
§impl Clone for WLAN_STATISTICS
impl Clone for WLAN_STATISTICS
impl Copy for WLAN_STATISTICS
Auto Trait Implementations§
impl RefUnwindSafe for WLAN_STATISTICS
impl Send for WLAN_STATISTICS
impl Sync for WLAN_STATISTICS
impl Unpin for WLAN_STATISTICS
impl UnwindSafe for WLAN_STATISTICS
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