Struct netlink_packet_route::rtnl::link::nlas::Inet6CacheInfo
source · 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: i32Trait Implementations§
source§impl Clone for Inet6CacheInfo
impl Clone for Inet6CacheInfo
source§fn clone(&self) -> Inet6CacheInfo
fn clone(&self) -> Inet6CacheInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Inet6CacheInfo
impl Debug for Inet6CacheInfo
source§impl Emitable for Inet6CacheInfo
impl Emitable for Inet6CacheInfo
source§impl<T: AsRef<[u8]>> Parseable<Inet6CacheInfoBuffer<T>> for Inet6CacheInfo
impl<T: AsRef<[u8]>> Parseable<Inet6CacheInfoBuffer<T>> for Inet6CacheInfo
source§fn parse(buf: &Inet6CacheInfoBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &Inet6CacheInfoBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.