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: i32
Trait Implementations
sourceimpl Clone for Inet6CacheInfo
impl Clone for Inet6CacheInfo
sourcefn clone(&self) -> Inet6CacheInfo
fn clone(&self) -> Inet6CacheInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Inet6CacheInfo
impl Debug for Inet6CacheInfo
sourceimpl Emitable for Inet6CacheInfo
impl Emitable for Inet6CacheInfo
sourceimpl<T: AsRef<[u8]>> Parseable<Inet6CacheInfoBuffer<T>> for Inet6CacheInfo
impl<T: AsRef<[u8]>> Parseable<Inet6CacheInfoBuffer<T>> for Inet6CacheInfo
sourcefn parse(buf: &Inet6CacheInfoBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &Inet6CacheInfoBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.
sourceimpl PartialEq<Inet6CacheInfo> for Inet6CacheInfo
impl PartialEq<Inet6CacheInfo> for Inet6CacheInfo
sourcefn eq(&self, other: &Inet6CacheInfo) -> bool
fn eq(&self, other: &Inet6CacheInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Inet6CacheInfo) -> bool
fn ne(&self, other: &Inet6CacheInfo) -> bool
This method tests for !=
.
impl Copy for Inet6CacheInfo
impl Eq for Inet6CacheInfo
impl StructuralEq for Inet6CacheInfo
impl StructuralPartialEq for Inet6CacheInfo
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more