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 duplicate 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.
Source§impl PartialEq for Inet6CacheInfo
impl PartialEq for Inet6CacheInfo
impl Copy for Inet6CacheInfo
impl Eq for Inet6CacheInfo
impl StructuralPartialEq for Inet6CacheInfo
Auto Trait Implementations§
impl Freeze for Inet6CacheInfo
impl RefUnwindSafe for Inet6CacheInfo
impl Send for Inet6CacheInfo
impl Sync for Inet6CacheInfo
impl Unpin for Inet6CacheInfo
impl UnwindSafe for Inet6CacheInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more