Struct linux_raw_sys::v5_4::netlink::ifla_cacheinfo [−][src]
#[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: __u32tstamp: __u32reachable_time: __u32retrans_time: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ifla_cacheinfoimpl Send for ifla_cacheinfoimpl Sync for ifla_cacheinfoimpl Unpin for ifla_cacheinfoimpl UnwindSafe for ifla_cacheinfoBlanket Implementations
Mutably borrows from an owned value. Read more