Struct netlink_packet_route::rtnl::link::nlas::Inet6Stats[][src]

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: i64in_pkts: i64in_octets: i64in_delivers: i64out_forw_datagrams: i64out_pkts: i64out_octets: i64in_hdr_errors: i64in_too_big_errors: i64in_no_routes: i64in_addr_errors: i64in_unknown_protos: i64in_truncated_pkts: i64in_discards: i64out_discards: i64out_no_routes: i64reasm_timeout: i64reasm_reqds: i64reasm_oks: i64reasm_fails: i64frag_oks: i64frag_fails: i64frag_creates: i64in_mcast_pkts: i64out_mcast_pkts: i64in_bcast_pkts: i64out_bcast_pkts: i64in_mcast_octets: i64out_mcast_octets: i64in_bcast_octets: i64out_bcast_octets: i64in_csum_errors: i64in_no_ect_pkts: i64in_ect1_pkts: i64in_ect0_pkts: i64in_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 !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.