#[repr(C)]pub struct DOT11_PER_MSDU_COUNTERS {
pub uTransmittedFragmentCount: u32,
pub uRetryCount: u32,
pub uRTSSuccessCount: u32,
pub uRTSFailureCount: u32,
pub uACKFailureCount: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uTransmittedFragmentCount: u32
uRetryCount: u32
uRTSSuccessCount: u32
uRTSFailureCount: u32
uACKFailureCount: u32
Trait Implementations
impl Clone for DOT11_PER_MSDU_COUNTERS
impl Clone for DOT11_PER_MSDU_COUNTERS
impl Copy for DOT11_PER_MSDU_COUNTERS
Auto Trait Implementations
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
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