[][src]Struct winapi::shared::mstcpip::TCP_INFO_v0

#[repr(C)]
pub struct TCP_INFO_v0 {
    pub State: TCPSTATE,
    pub Mss: ULONG,
    pub ConnectionTimeMs: ULONG64,
    pub TimestampsEnabled: BOOLEAN,
    pub RttUs: ULONG,
    pub MinRttUs: ULONG,
    pub BytesInFlight: ULONG,
    pub Cwnd: ULONG,
    pub SndWnd: ULONG,
    pub RcvWnd: ULONG,
    pub RcvBuf: ULONG,
    pub BytesOut: ULONG64,
    pub BytesIn: ULONG64,
    pub BytesReordered: ULONG,
    pub BytesRetrans: ULONG,
    pub FastRetrans: ULONG,
    pub DupAcksIn: ULONG,
    pub TimeoutEpisodes: ULONG,
    pub SynRetrans: UCHAR,
}

Fields

State: TCPSTATEMss: ULONGConnectionTimeMs: ULONG64TimestampsEnabled: BOOLEANRttUs: ULONGMinRttUs: ULONGBytesInFlight: ULONGCwnd: ULONGSndWnd: ULONGRcvWnd: ULONGRcvBuf: ULONGBytesOut: ULONG64BytesIn: ULONG64BytesReordered: ULONGBytesRetrans: ULONGFastRetrans: ULONGDupAcksIn: ULONGTimeoutEpisodes: ULONGSynRetrans: UCHAR

Trait Implementations

impl Copy for TCP_INFO_v0[src]

impl Clone for TCP_INFO_v0[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for TCP_INFO_v0[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]