Struct netlink_packet_route::rtnl::link::nlas::Inet6CacheInfo [−][src]
pub struct Inet6CacheInfo {
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
Deserialize the current type.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Inet6CacheInfo
impl Send for Inet6CacheInfo
impl Sync for Inet6CacheInfo
impl Unpin for Inet6CacheInfo
impl UnwindSafe for Inet6CacheInfo
Blanket Implementations
Mutably borrows from an owned value. Read more