Struct netlink_packet_route::rtnl::route::nlas::CacheInfo [−][src]
pub struct CacheInfo {
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
Deserialize the current type.
Auto Trait Implementations
impl RefUnwindSafe for CacheInfo
impl UnwindSafe for CacheInfo
Blanket Implementations
Mutably borrows from an owned value. Read more