#[repr(C)]pub struct MIB_TCPSTATS2 {Show 15 fields
pub RtoAlgorithm: TCP_RTO_ALGORITHM,
pub dwRtoMin: DWORD,
pub dwRtoMax: DWORD,
pub dwMaxConn: DWORD,
pub dwActiveOpens: DWORD,
pub dwPassiveOpens: DWORD,
pub dwAttemptFails: DWORD,
pub dwEstabResets: DWORD,
pub dwCurrEstab: DWORD,
pub dw64InSegs: DWORD64,
pub dw64OutSegs: DWORD64,
pub dwRetransSegs: DWORD,
pub dwInErrs: DWORD,
pub dwOutRsts: DWORD,
pub dwNumConns: DWORD,
}
Fields§
§RtoAlgorithm: TCP_RTO_ALGORITHM
§dwRtoMin: DWORD
§dwRtoMax: DWORD
§dwMaxConn: DWORD
§dwActiveOpens: DWORD
§dwPassiveOpens: DWORD
§dwAttemptFails: DWORD
§dwEstabResets: DWORD
§dwCurrEstab: DWORD
§dw64InSegs: DWORD64
§dw64OutSegs: DWORD64
§dwRetransSegs: DWORD
§dwInErrs: DWORD
§dwOutRsts: DWORD
§dwNumConns: DWORD
Trait Implementations§
Source§impl Clone for MIB_TCPSTATS2
impl Clone for MIB_TCPSTATS2
Source§fn clone(&self) -> MIB_TCPSTATS2
fn clone(&self) -> MIB_TCPSTATS2
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 moreSource§impl Default for MIB_TCPSTATS2
impl Default for MIB_TCPSTATS2
Source§fn default() -> MIB_TCPSTATS2
fn default() -> MIB_TCPSTATS2
Returns the “default value” for a type. Read more
impl Copy for MIB_TCPSTATS2
Auto Trait Implementations§
impl Freeze for MIB_TCPSTATS2
impl RefUnwindSafe for MIB_TCPSTATS2
impl Send for MIB_TCPSTATS2
impl Sync for MIB_TCPSTATS2
impl Unpin for MIB_TCPSTATS2
impl UnwindSafe for MIB_TCPSTATS2
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