[][src]Struct linux::kty::ndt_stats

#[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, }

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: __u64

Trait Implementations

impl Pod for ndt_stats[src]

impl Eq for ndt_stats[src]

impl Clone for ndt_stats[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<ndt_stats> for ndt_stats[src]

impl Copy for ndt_stats[src]

Auto Trait Implementations

impl Send for ndt_stats

impl Sync for ndt_stats

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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