Struct netlink_packet_route::rtnl::neighbour_table::nlas::Stats [−][src]
pub struct Stats {
pub allocs: u64,
pub destroys: u64,
pub hash_grows: u64,
pub res_failed: u64,
pub lookups: u64,
pub hits: u64,
pub multicast_probes_received: u64,
pub unicast_probes_received: u64,
pub periodic_gc_runs: u64,
pub forced_gc_runs: u64,
}
Fields
allocs: u64
destroys: u64
hash_grows: u64
res_failed: u64
lookups: u64
hits: u64
multicast_probes_received: u64
unicast_probes_received: u64
periodic_gc_runs: u64
forced_gc_runs: u64
Trait Implementations
Deserialize the current type.
Auto Trait Implementations
impl RefUnwindSafe for Stats
impl UnwindSafe for Stats
Blanket Implementations
Mutably borrows from an owned value. Read more