Struct netlink_packet_route::rtnl::neighbour_table::nlas::Stats
source · 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: u64Trait Implementations§
source§impl<T: AsRef<[u8]>> Parseable<StatsBuffer<T>> for Stats
impl<T: AsRef<[u8]>> Parseable<StatsBuffer<T>> for Stats
source§fn parse(buf: &StatsBuffer<T>) -> Result<Self, DecodeError>
fn parse(buf: &StatsBuffer<T>) -> Result<Self, DecodeError>
Deserialize the current type.