Struct netlink_packet_route::rtnl::link::nlas::Icmp6Stats [−][src]
pub struct Icmp6Stats {
pub num: i64,
pub in_msgs: i64,
pub in_errors: i64,
pub out_msgs: i64,
pub out_errors: i64,
pub csum_errors: i64,
}
Fields
num: i64
in_msgs: i64
in_errors: i64
out_msgs: i64
out_errors: i64
csum_errors: i64
Trait Implementations
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
impl RefUnwindSafe for Icmp6Stats
impl Send for Icmp6Stats
impl Sync for Icmp6Stats
impl Unpin for Icmp6Stats
impl UnwindSafe for Icmp6Stats
Blanket Implementations
Mutably borrows from an owned value. Read more