Struct rtnetlink::RouteMfcStats[][src]

#[repr(C)]
pub struct RouteMfcStats { pub packets: u64, pub bytes: u64, pub wrong_if: u64, }

Fields

Trait Implementations

impl Debug for RouteMfcStats
[src]

Formats the value using the given formatter. Read more

impl Clone for RouteMfcStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RouteMfcStats
[src]

impl Eq for RouteMfcStats
[src]

impl PartialEq for RouteMfcStats
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations