#[repr(C)]pub struct DOT11_COUNTERS_ENTRY {Show 13 fields
pub uTransmittedFragmentCount: ULONG,
pub uMulticastTransmittedFrameCount: ULONG,
pub uFailedCount: ULONG,
pub uRetryCount: ULONG,
pub uMultipleRetryCount: ULONG,
pub uFrameDuplicateCount: ULONG,
pub uRTSSuccessCount: ULONG,
pub uRTSFailureCount: ULONG,
pub uACKFailureCount: ULONG,
pub uReceivedFragmentCount: ULONG,
pub uMulticastReceivedFrameCount: ULONG,
pub uFCSErrorCount: ULONG,
pub uTransmittedFrameCount: ULONG,
}
Fields§
§uTransmittedFragmentCount: ULONG
§uMulticastTransmittedFrameCount: ULONG
§uFailedCount: ULONG
§uRetryCount: ULONG
§uMultipleRetryCount: ULONG
§uFrameDuplicateCount: ULONG
§uRTSSuccessCount: ULONG
§uRTSFailureCount: ULONG
§uACKFailureCount: ULONG
§uReceivedFragmentCount: ULONG
§uMulticastReceivedFrameCount: ULONG
§uFCSErrorCount: ULONG
§uTransmittedFrameCount: ULONG
Trait Implementations§
Source§impl Clone for DOT11_COUNTERS_ENTRY
impl Clone for DOT11_COUNTERS_ENTRY
Source§fn clone(&self) -> DOT11_COUNTERS_ENTRY
fn clone(&self) -> DOT11_COUNTERS_ENTRY
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_COUNTERS_ENTRY
impl Default for DOT11_COUNTERS_ENTRY
Source§fn default() -> DOT11_COUNTERS_ENTRY
fn default() -> DOT11_COUNTERS_ENTRY
Returns the “default value” for a type. Read more
impl Copy for DOT11_COUNTERS_ENTRY
Auto Trait Implementations§
impl Freeze for DOT11_COUNTERS_ENTRY
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§
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