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: i64
Trait Implementations
sourceimpl Clone for Icmp6Stats
impl Clone for Icmp6Stats
sourcefn clone(&self) -> Icmp6Stats
fn clone(&self) -> Icmp6Stats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Icmp6Stats
impl Debug for Icmp6Stats
sourceimpl Emitable for Icmp6Stats
impl Emitable for Icmp6Stats
sourceimpl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
impl<T: AsRef<[u8]>> Parseable<Icmp6StatsBuffer<T>> for Icmp6Stats
sourcefn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &Icmp6StatsBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
sourceimpl PartialEq<Icmp6Stats> for Icmp6Stats
impl PartialEq<Icmp6Stats> for Icmp6Stats
sourcefn eq(&self, other: &Icmp6Stats) -> bool
fn eq(&self, other: &Icmp6Stats) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Icmp6Stats) -> bool
fn ne(&self, other: &Icmp6Stats) -> bool
This method tests for !=
.
impl Copy for Icmp6Stats
impl Eq for Icmp6Stats
impl StructuralEq for Icmp6Stats
impl StructuralPartialEq for Icmp6Stats
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more