Struct rtnetlink::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

Trait Implementations

impl Clone for LinkIcmp6Stats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LinkIcmp6Stats
[src]

impl Eq for LinkIcmp6Stats
[src]

impl PartialEq for LinkIcmp6Stats
[src]

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

This method tests for !=.

impl Debug for LinkIcmp6Stats
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations