Struct netlink_sys::rtnl::RouteMfcStats [−][src]
Fields
packets: u64
bytes: u64
wrong_if: u64
Trait Implementations
impl Debug for RouteMfcStats[src]
impl Debug for RouteMfcStatsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RouteMfcStats[src]
impl Clone for RouteMfcStatsfn clone(&self) -> RouteMfcStats[src]
fn clone(&self) -> RouteMfcStatsReturns 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 RouteMfcStats[src]
impl Copy for RouteMfcStatsimpl Eq for RouteMfcStats[src]
impl Eq for RouteMfcStatsimpl PartialEq for RouteMfcStats[src]
impl PartialEq for RouteMfcStatsfn eq(&self, other: &RouteMfcStats) -> bool[src]
fn eq(&self, other: &RouteMfcStats) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RouteMfcStats) -> bool[src]
fn ne(&self, other: &RouteMfcStats) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RouteMfcStats
impl Send for RouteMfcStatsimpl Sync for RouteMfcStats
impl Sync for RouteMfcStats