#[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,
}
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
§fn clone(&self) -> DOT11_PHY_FRAME_STATISTICS
fn clone(&self) -> DOT11_PHY_FRAME_STATISTICS
Returns a copy 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 moreimpl Copy for DOT11_PHY_FRAME_STATISTICS
Auto Trait Implementations§
impl Freeze for DOT11_PHY_FRAME_STATISTICS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)