#[repr(C)]
pub struct WLAN_PHY_FRAME_STATISTICS {
Show 18 fields pub ullTransmittedFrameCount: u64, pub ullMulticastTransmittedFrameCount: u64, pub ullFailedCount: u64, pub ullRetryCount: u64, pub ullMultipleRetryCount: u64, pub ullMaxTXLifetimeExceededCount: u64, pub ullTransmittedFragmentCount: u64, pub ullRTSSuccessCount: u64, pub ullRTSFailureCount: u64, pub ullACKFailureCount: u64, pub ullReceivedFrameCount: u64, pub ullMulticastReceivedFrameCount: u64, pub ullPromiscuousReceivedFrameCount: u64, pub ullMaxRXLifetimeExceededCount: u64, pub ullFrameDuplicateCount: u64, pub ullReceivedFragmentCount: u64, pub ullPromiscuousReceivedFragmentCount: u64, pub ullFCSErrorCount: u64,
}
Expand description

Required features: "Win32_NetworkManagement_WiFi"

Fields

ullTransmittedFrameCount: u64ullMulticastTransmittedFrameCount: u64ullFailedCount: u64ullRetryCount: u64ullMultipleRetryCount: u64ullMaxTXLifetimeExceededCount: u64ullTransmittedFragmentCount: u64ullRTSSuccessCount: u64ullRTSFailureCount: u64ullACKFailureCount: u64ullReceivedFrameCount: u64ullMulticastReceivedFrameCount: u64ullPromiscuousReceivedFrameCount: u64ullMaxRXLifetimeExceededCount: u64ullFrameDuplicateCount: u64ullReceivedFragmentCount: u64ullPromiscuousReceivedFragmentCount: u64ullFCSErrorCount: u64

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.