#[repr(C)]pub struct ifla_cacheinfo {
    pub max_reasm_len: __u32,
    pub tstamp: __u32,
    pub reachable_time: __u32,
    pub retrans_time: __u32,
}Fields§
§max_reasm_len: __u32§tstamp: __u32§reachable_time: __u32§retrans_time: __u32Trait Implementations§
Source§impl Clone for ifla_cacheinfo
 
impl Clone for ifla_cacheinfo
Source§fn clone(&self) -> ifla_cacheinfo
 
fn clone(&self) -> ifla_cacheinfo
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 ifla_cacheinfo
 
impl Debug for ifla_cacheinfo
impl Copy for ifla_cacheinfo
Auto Trait Implementations§
impl Freeze for ifla_cacheinfo
impl RefUnwindSafe for ifla_cacheinfo
impl Send for ifla_cacheinfo
impl Sync for ifla_cacheinfo
impl Unpin for ifla_cacheinfo
impl UnwindSafe for ifla_cacheinfo
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