#[repr(C)]
pub struct TCP_ESTATS_REC_ROD_v0 {
Show 14 fields pub CurRwinSent: u32, pub MaxRwinSent: u32, pub MinRwinSent: u32, pub LimRwin: u32, pub DupAckEpisodes: u32, pub DupAcksOut: u32, pub CeRcvd: u32, pub EcnSent: u32, pub EcnNoncesRcvd: u32, pub CurReasmQueue: u32, pub MaxReasmQueue: u32, pub CurAppRQueue: usize, pub MaxAppRQueue: usize, pub WinScaleSent: u8,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper"

Fields§

§CurRwinSent: u32§MaxRwinSent: u32§MinRwinSent: u32§LimRwin: u32§DupAckEpisodes: u32§DupAcksOut: u32§CeRcvd: u32§EcnSent: u32§EcnNoncesRcvd: u32§CurReasmQueue: u32§MaxReasmQueue: u32§CurAppRQueue: usize§MaxAppRQueue: usize§WinScaleSent: u8

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.