#[repr(C)]
pub struct TCP_ESTATS_SND_CONG_ROD_v0 {
Show 18 fields pub SndLimTransRwin: u32, pub SndLimTimeRwin: u32, pub SndLimBytesRwin: usize, pub SndLimTransCwnd: u32, pub SndLimTimeCwnd: u32, pub SndLimBytesCwnd: usize, pub SndLimTransSnd: u32, pub SndLimTimeSnd: u32, pub SndLimBytesSnd: usize, pub SlowStart: u32, pub CongAvoid: u32, pub OtherReductions: u32, pub CurCwnd: u32, pub MaxSsCwnd: u32, pub MaxCaCwnd: u32, pub CurSsthresh: u32, pub MaxSsthresh: u32, pub MinSsthresh: u32,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper"

Fields

SndLimTransRwin: u32SndLimTimeRwin: u32SndLimBytesRwin: usizeSndLimTransCwnd: u32SndLimTimeCwnd: u32SndLimBytesCwnd: usizeSndLimTransSnd: u32SndLimTimeSnd: u32SndLimBytesSnd: usizeSlowStart: u32CongAvoid: u32OtherReductions: u32CurCwnd: u32MaxSsCwnd: u32MaxCaCwnd: u32CurSsthresh: u32MaxSsthresh: u32MinSsthresh: 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.