Struct netlink_sys::rtnl::LinkIcmp6Stats [−][src]
#[repr(C)]pub struct LinkIcmp6Stats { 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
impl Clone for LinkIcmp6Stats[src]
impl Clone for LinkIcmp6Statsfn clone(&self) -> LinkIcmp6Stats[src]
fn clone(&self) -> LinkIcmp6StatsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for LinkIcmp6Stats[src]
impl Copy for LinkIcmp6Statsimpl Eq for LinkIcmp6Stats[src]
impl Eq for LinkIcmp6Statsimpl PartialEq for LinkIcmp6Stats[src]
impl PartialEq for LinkIcmp6Statsfn eq(&self, other: &LinkIcmp6Stats) -> bool[src]
fn eq(&self, other: &LinkIcmp6Stats) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkIcmp6Stats) -> bool[src]
fn ne(&self, other: &LinkIcmp6Stats) -> boolThis method tests for !=.
impl Debug for LinkIcmp6Stats[src]
impl Debug for LinkIcmp6StatsAuto Trait Implementations
impl Send for LinkIcmp6Stats
impl Send for LinkIcmp6Statsimpl Sync for LinkIcmp6Stats
impl Sync for LinkIcmp6Stats