#[repr(C)]pub struct DOT11_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: u64
ullMulticastTransmittedFrameCount: u64
ullFailedCount: u64
ullRetryCount: u64
ullMultipleRetryCount: u64
ullMaxTXLifetimeExceededCount: u64
ullTransmittedFragmentCount: u64
ullRTSSuccessCount: u64
ullRTSFailureCount: u64
ullACKFailureCount: u64
ullReceivedFrameCount: u64
ullMulticastReceivedFrameCount: u64
ullPromiscuousReceivedFrameCount: u64
ullMaxRXLifetimeExceededCount: u64
ullFrameDuplicateCount: u64
ullReceivedFragmentCount: u64
ullPromiscuousReceivedFragmentCount: u64
ullFCSErrorCount: u64
Trait Implementations
impl Clone for DOT11_PHY_FRAME_STATISTICS
impl Clone for DOT11_PHY_FRAME_STATISTICS
impl Copy for DOT11_PHY_FRAME_STATISTICS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_PHY_FRAME_STATISTICS
impl Send for DOT11_PHY_FRAME_STATISTICS
impl Sync for DOT11_PHY_FRAME_STATISTICS
impl Unpin for DOT11_PHY_FRAME_STATISTICS
impl UnwindSafe for DOT11_PHY_FRAME_STATISTICS
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