#[repr(C)]
pub struct WLAN_MAC_FRAME_STATISTICS { pub ullTransmittedFrameCount: u64, pub ullReceivedFrameCount: 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, }
Expand description

Required features: "Win32_NetworkManagement_WiFi"

Fields

ullTransmittedFrameCount: u64ullReceivedFrameCount: u64ullWEPExcludedCount: u64ullTKIPLocalMICFailures: u64ullTKIPReplays: u64ullTKIPICVErrorCount: u64ullCCMPReplays: u64ullCCMPDecryptErrors: u64ullWEPUndecryptableCount: u64ullWEPICVErrorCount: u64ullDecryptSuccessCount: u64ullDecryptFailureCount: 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.