Struct linux_raw_sys::v5_4::netlink::ndt_stats [−][src]
#[repr(C)]pub struct ndt_stats { pub ndts_allocs: __u64, pub ndts_destroys: __u64, pub ndts_hash_grows: __u64, pub ndts_res_failed: __u64, pub ndts_lookups: __u64, pub ndts_hits: __u64, pub ndts_rcv_probes_mcast: __u64, pub ndts_rcv_probes_ucast: __u64, pub ndts_periodic_gc_runs: __u64, pub ndts_forced_gc_runs: __u64, pub ndts_table_fulls: __u64, }
Fields
ndts_allocs: __u64ndts_destroys: __u64ndts_hash_grows: __u64ndts_res_failed: __u64ndts_lookups: __u64ndts_hits: __u64ndts_rcv_probes_mcast: __u64ndts_rcv_probes_ucast: __u64ndts_periodic_gc_runs: __u64ndts_forced_gc_runs: __u64ndts_table_fulls: __u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ndt_statsimpl UnwindSafe for ndt_statsBlanket Implementations
Mutably borrows from an owned value. Read more