#[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: u32uMulticastTransmittedFrameCount: u32uFailedCount: u32uRetryCount: u32uMultipleRetryCount: u32uFrameDuplicateCount: u32uRTSSuccessCount: u32uRTSFailureCount: u32uACKFailureCount: u32uReceivedFragmentCount: u32uMulticastReceivedFrameCount: u32uFCSErrorCount: u32uTransmittedFrameCount: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.