Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_TCPSTATS_W2K
[−]#[repr(C)]pub struct MIB_TCPSTATS_W2K {Show 15 fields
pub dwRtoAlgorithm: u32,
pub dwRtoMin: u32,
pub dwRtoMax: u32,
pub dwMaxConn: u32,
pub dwActiveOpens: u32,
pub dwPassiveOpens: u32,
pub dwAttemptFails: u32,
pub dwEstabResets: u32,
pub dwCurrEstab: u32,
pub dwInSegs: u32,
pub dwOutSegs: u32,
pub dwRetransSegs: u32,
pub dwInErrs: u32,
pub dwOutRsts: u32,
pub dwNumConns: u32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
dwRtoAlgorithm: u32
dwRtoMin: u32
dwRtoMax: u32
dwMaxConn: u32
dwActiveOpens: u32
dwPassiveOpens: u32
dwAttemptFails: u32
dwEstabResets: u32
dwCurrEstab: u32
dwInSegs: u32
dwOutSegs: u32
dwRetransSegs: u32
dwInErrs: u32
dwOutRsts: u32
dwNumConns: u32
Trait Implementations
impl Clone for MIB_TCPSTATS_W2K
impl Clone for MIB_TCPSTATS_W2K
impl Copy for MIB_TCPSTATS_W2K
Auto Trait Implementations
impl RefUnwindSafe for MIB_TCPSTATS_W2K
impl Send for MIB_TCPSTATS_W2K
impl Sync for MIB_TCPSTATS_W2K
impl Unpin for MIB_TCPSTATS_W2K
impl UnwindSafe for MIB_TCPSTATS_W2K
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