Struct rtnetlink::LinkInet6CacheInfo[][src]

#[repr(C)]
pub struct LinkInet6CacheInfo { pub max_reasm_len: i32, pub tstamp: i32, pub reachable_time: i32, pub retrans_time: i32, }

Fields

Trait Implementations

impl Clone for LinkInet6CacheInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LinkInet6CacheInfo
[src]

impl Eq for LinkInet6CacheInfo
[src]

impl PartialEq for LinkInet6CacheInfo
[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 LinkInet6CacheInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations