pub struct Inet6Stats {
Show 36 fields pub num: i64, pub in_pkts: i64, pub in_octets: i64, pub in_delivers: i64, pub out_forw_datagrams: i64, pub out_pkts: i64, pub out_octets: i64, pub in_hdr_errors: i64, pub in_too_big_errors: i64, pub in_no_routes: i64, pub in_addr_errors: i64, pub in_unknown_protos: i64, pub in_truncated_pkts: i64, pub in_discards: i64, pub out_discards: i64, pub out_no_routes: i64, pub reasm_timeout: i64, pub reasm_reqds: i64, pub reasm_oks: i64, pub reasm_fails: i64, pub frag_oks: i64, pub frag_fails: i64, pub frag_creates: i64, pub in_mcast_pkts: i64, pub out_mcast_pkts: i64, pub in_bcast_pkts: i64, pub out_bcast_pkts: i64, pub in_mcast_octets: i64, pub out_mcast_octets: i64, pub in_bcast_octets: i64, pub out_bcast_octets: i64, pub in_csum_errors: i64, pub in_no_ect_pkts: i64, pub in_ect1_pkts: i64, pub in_ect0_pkts: i64, pub in_ce_pkts: i64,
}

Fields§

§num: i64§in_pkts: i64§in_octets: i64§in_delivers: i64§out_forw_datagrams: i64§out_pkts: i64§out_octets: i64§in_hdr_errors: i64§in_too_big_errors: i64§in_no_routes: i64§in_addr_errors: i64§in_unknown_protos: i64§in_truncated_pkts: i64§in_discards: i64§out_discards: i64§out_no_routes: i64§reasm_timeout: i64§reasm_reqds: i64§reasm_oks: i64§reasm_fails: i64§frag_oks: i64§frag_fails: i64§frag_creates: i64§in_mcast_pkts: i64§out_mcast_pkts: i64§in_bcast_pkts: i64§out_bcast_pkts: i64§in_mcast_octets: i64§out_mcast_octets: i64§in_bcast_octets: i64§out_bcast_octets: i64§in_csum_errors: i64§in_no_ect_pkts: i64§in_ect1_pkts: i64§in_ect0_pkts: i64§in_ce_pkts: i64

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
Return the length of the serialized data.
Serialize this types and write the serialized data into the given buffer. Read more
Deserialize the current type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.