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

Trait Implementations

impl Debug for RouteCacheInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for RouteCacheInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RouteCacheInfo
[src]

impl Eq for RouteCacheInfo
[src]

impl PartialEq for RouteCacheInfo
[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