Struct windows::Win32::NetworkManagement::WiFi::DOT11_MAC_FRAME_STATISTICS
#[repr(C)]pub struct DOT11_MAC_FRAME_STATISTICS {Show 14 fields
pub ullTransmittedFrameCount: u64,
pub ullReceivedFrameCount: u64,
pub ullTransmittedFailureFrameCount: u64,
pub ullReceivedFailureFrameCount: u64,
pub ullWEPExcludedCount: u64,
pub ullTKIPLocalMICFailures: u64,
pub ullTKIPReplays: u64,
pub ullTKIPICVErrorCount: u64,
pub ullCCMPReplays: u64,
pub ullCCMPDecryptErrors: u64,
pub ullWEPUndecryptableCount: u64,
pub ullWEPICVErrorCount: u64,
pub ullDecryptSuccessCount: u64,
pub ullDecryptFailureCount: u64,
}
Fields§
§ullTransmittedFrameCount: u64
§ullReceivedFrameCount: u64
§ullTransmittedFailureFrameCount: u64
§ullReceivedFailureFrameCount: u64
§ullWEPExcludedCount: u64
§ullTKIPLocalMICFailures: u64
§ullTKIPReplays: u64
§ullTKIPICVErrorCount: u64
§ullCCMPReplays: u64
§ullCCMPDecryptErrors: u64
§ullWEPUndecryptableCount: u64
§ullWEPICVErrorCount: u64
§ullDecryptSuccessCount: u64
§ullDecryptFailureCount: u64
Trait Implementations§
§impl Clone for DOT11_MAC_FRAME_STATISTICS
impl Clone for DOT11_MAC_FRAME_STATISTICS
§fn clone(&self) -> DOT11_MAC_FRAME_STATISTICS
fn clone(&self) -> DOT11_MAC_FRAME_STATISTICS
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 more§impl Debug for DOT11_MAC_FRAME_STATISTICS
impl Debug for DOT11_MAC_FRAME_STATISTICS
§impl Default for DOT11_MAC_FRAME_STATISTICS
impl Default for DOT11_MAC_FRAME_STATISTICS
§impl PartialEq for DOT11_MAC_FRAME_STATISTICS
impl PartialEq for DOT11_MAC_FRAME_STATISTICS
§fn eq(&self, other: &DOT11_MAC_FRAME_STATISTICS) -> bool
fn eq(&self, other: &DOT11_MAC_FRAME_STATISTICS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DOT11_MAC_FRAME_STATISTICS
impl Eq for DOT11_MAC_FRAME_STATISTICS
impl StructuralPartialEq for DOT11_MAC_FRAME_STATISTICS
Auto Trait Implementations§
impl Freeze for DOT11_MAC_FRAME_STATISTICS
impl RefUnwindSafe for DOT11_MAC_FRAME_STATISTICS
impl Send for DOT11_MAC_FRAME_STATISTICS
impl Sync for DOT11_MAC_FRAME_STATISTICS
impl Unpin for DOT11_MAC_FRAME_STATISTICS
impl UnwindSafe for DOT11_MAC_FRAME_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
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
)