[][src]Struct netlink_packet_route::rtnl::neighbour_table::nlas::Stats

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: u64destroys: u64hash_grows: u64res_failed: u64lookups: u64hits: u64multicast_probes_received: u64unicast_probes_received: u64periodic_gc_runs: u64forced_gc_runs: u64

Trait Implementations

impl Clone for Stats[src]

impl Copy for Stats[src]

impl Debug for Stats[src]

impl Emitable for Stats[src]

impl Eq for Stats[src]

impl<T: AsRef<[u8]>> Parseable<StatsBuffer<T>> for Stats[src]

impl PartialEq<Stats> for Stats[src]

impl StructuralEq for Stats[src]

impl StructuralPartialEq for Stats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.