Struct netlink_sys::rtnl::RouteCacheInfo [−][src]
#[repr(C)]pub struct RouteCacheInfo { pub clntref: u32, pub last_use: u32, pub expires: u32, pub error: u32, pub used: u32, pub id: u32, pub ts: u32, pub ts_age: u32, }
Fields
clntref: u32
last_use: u32
expires: u32
error: u32
used: u32
id: u32
ts: u32
ts_age: u32
Trait Implementations
impl Debug for RouteCacheInfo[src]
impl Debug for RouteCacheInfofn 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 RouteCacheInfo[src]
impl Clone for RouteCacheInfofn clone(&self) -> RouteCacheInfo[src]
fn clone(&self) -> RouteCacheInfoReturns 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 RouteCacheInfo[src]
impl Copy for RouteCacheInfoimpl Eq for RouteCacheInfo[src]
impl Eq for RouteCacheInfoimpl PartialEq for RouteCacheInfo[src]
impl PartialEq for RouteCacheInfofn eq(&self, other: &RouteCacheInfo) -> bool[src]
fn eq(&self, other: &RouteCacheInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RouteCacheInfo) -> bool[src]
fn ne(&self, other: &RouteCacheInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for RouteCacheInfo
impl Send for RouteCacheInfoimpl Sync for RouteCacheInfo
impl Sync for RouteCacheInfo