#[repr(C)]pub(crate) 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: u64§ndts_destroys: u64§ndts_hash_grows: u64§ndts_res_failed: u64§ndts_lookups: u64§ndts_hits: u64§ndts_rcv_probes_mcast: u64§ndts_rcv_probes_ucast: u64§ndts_periodic_gc_runs: u64§ndts_forced_gc_runs: u64§ndts_table_fulls: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ndt_stats
impl RefUnwindSafe for ndt_stats
impl Send for ndt_stats
impl Sync for ndt_stats
impl Unpin for ndt_stats
impl UnwindSafe for ndt_stats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more