Struct netlink_packet_route::rtnl::link::nlas::Icmp6Stats
source · 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: i64Trait Implementations§
source§impl Clone for Icmp6Stats
impl Clone for Icmp6Stats
source§fn clone(&self) -> Icmp6Stats
fn clone(&self) -> Icmp6Stats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Icmp6Stats
impl Debug for Icmp6Stats
source§impl Emitable for Icmp6Stats
impl Emitable for Icmp6Stats
source§impl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
impl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
source§fn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.