Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_COUNTERS_ENTRY
[−]#[repr(C)]pub struct DOT11_COUNTERS_ENTRY {Show 13 fields
pub uTransmittedFragmentCount: u32,
pub uMulticastTransmittedFrameCount: u32,
pub uFailedCount: u32,
pub uRetryCount: u32,
pub uMultipleRetryCount: u32,
pub uFrameDuplicateCount: u32,
pub uRTSSuccessCount: u32,
pub uRTSFailureCount: u32,
pub uACKFailureCount: u32,
pub uReceivedFragmentCount: u32,
pub uMulticastReceivedFrameCount: u32,
pub uFCSErrorCount: u32,
pub uTransmittedFrameCount: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uTransmittedFragmentCount: u32
uMulticastTransmittedFrameCount: u32
uFailedCount: u32
uRetryCount: u32
uMultipleRetryCount: u32
uFrameDuplicateCount: u32
uRTSSuccessCount: u32
uRTSFailureCount: u32
uACKFailureCount: u32
uReceivedFragmentCount: u32
uMulticastReceivedFrameCount: u32
uFCSErrorCount: u32
uTransmittedFrameCount: u32
Trait Implementations
impl Clone for DOT11_COUNTERS_ENTRY
impl Clone for DOT11_COUNTERS_ENTRY
impl Copy for DOT11_COUNTERS_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOT11_COUNTERS_ENTRY
impl Send for DOT11_COUNTERS_ENTRY
impl Sync for DOT11_COUNTERS_ENTRY
impl Unpin for DOT11_COUNTERS_ENTRY
impl UnwindSafe for DOT11_COUNTERS_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more