Struct netlink_sys::rtnl::LinkInet6CacheInfo [−][src]
#[repr(C)]pub struct LinkInet6CacheInfo { pub max_reasm_len: i32, pub tstamp: i32, pub reachable_time: i32, pub retrans_time: i32, }
Fields
max_reasm_len: i32
tstamp: i32
reachable_time: i32
retrans_time: i32
Trait Implementations
impl Clone for LinkInet6CacheInfo[src]
impl Clone for LinkInet6CacheInfofn clone(&self) -> LinkInet6CacheInfo[src]
fn clone(&self) -> LinkInet6CacheInfoReturns 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 LinkInet6CacheInfo[src]
impl Copy for LinkInet6CacheInfoimpl Eq for LinkInet6CacheInfo[src]
impl Eq for LinkInet6CacheInfoimpl PartialEq for LinkInet6CacheInfo[src]
impl PartialEq for LinkInet6CacheInfofn eq(&self, other: &LinkInet6CacheInfo) -> bool[src]
fn eq(&self, other: &LinkInet6CacheInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LinkInet6CacheInfo) -> bool[src]
fn ne(&self, other: &LinkInet6CacheInfo) -> boolThis method tests for !=.
impl Debug for LinkInet6CacheInfo[src]
impl Debug for LinkInet6CacheInfoAuto Trait Implementations
impl Send for LinkInet6CacheInfo
impl Send for LinkInet6CacheInfoimpl Sync for LinkInet6CacheInfo
impl Sync for LinkInet6CacheInfo