Struct sigar_sys::sigar_tcp_t

source ·
#[repr(C)]
pub struct sigar_tcp_t { pub active_opens: sigar_uint64_t, pub passive_opens: sigar_uint64_t, pub attempt_fails: sigar_uint64_t, pub estab_resets: sigar_uint64_t, pub curr_estab: sigar_uint64_t, pub in_segs: sigar_uint64_t, pub out_segs: sigar_uint64_t, pub retrans_segs: sigar_uint64_t, pub in_errs: sigar_uint64_t, pub out_rsts: sigar_uint64_t, }

Fields§

§active_opens: sigar_uint64_t§passive_opens: sigar_uint64_t§attempt_fails: sigar_uint64_t§estab_resets: sigar_uint64_t§curr_estab: sigar_uint64_t§in_segs: sigar_uint64_t§out_segs: sigar_uint64_t§retrans_segs: sigar_uint64_t§in_errs: sigar_uint64_t§out_rsts: sigar_uint64_t

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.