Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_PER_MSDU_COUNTERS
#[repr(C)]pub struct DOT11_PER_MSDU_COUNTERS {
pub uTransmittedFragmentCount: u32,
pub uRetryCount: u32,
pub uRTSSuccessCount: u32,
pub uRTSFailureCount: u32,
pub uACKFailureCount: u32,
}
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§
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