#[repr(C)]pub struct DOT11_PER_MSDU_COUNTERS {
pub uTransmittedFragmentCount: ULONG,
pub uRetryCount: ULONG,
pub uRTSSuccessCount: ULONG,
pub uRTSFailureCount: ULONG,
pub uACKFailureCount: ULONG,
}
Fields§
§uTransmittedFragmentCount: ULONG
§uRetryCount: ULONG
§uRTSSuccessCount: ULONG
§uRTSFailureCount: ULONG
§uACKFailureCount: ULONG
Trait Implementations§
Source§impl Clone for DOT11_PER_MSDU_COUNTERS
impl Clone for DOT11_PER_MSDU_COUNTERS
Source§fn clone(&self) -> DOT11_PER_MSDU_COUNTERS
fn clone(&self) -> DOT11_PER_MSDU_COUNTERS
Returns a duplicate 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 moreSource§impl Default for DOT11_PER_MSDU_COUNTERS
impl Default for DOT11_PER_MSDU_COUNTERS
Source§fn default() -> DOT11_PER_MSDU_COUNTERS
fn default() -> DOT11_PER_MSDU_COUNTERS
Returns the “default value” for a type. Read more
impl Copy for DOT11_PER_MSDU_COUNTERS
Auto Trait Implementations§
impl Freeze for DOT11_PER_MSDU_COUNTERS
impl RefUnwindSafe for DOT11_PER_MSDU_COUNTERS
impl Send for DOT11_PER_MSDU_COUNTERS
impl Sync for DOT11_PER_MSDU_COUNTERS
impl Unpin for DOT11_PER_MSDU_COUNTERS
impl UnwindSafe for DOT11_PER_MSDU_COUNTERS
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