#[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: u32dwRtoMin: u32dwRtoMax: u32dwMaxConn: u32dwActiveOpens: u32dwPassiveOpens: u32dwAttemptFails: u32dwEstabResets: u32dwCurrEstab: u32dwInSegs: u32dwOutSegs: u32dwRetransSegs: u32dwInErrs: u32dwOutRsts: u32dwNumConns: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.