#[repr(C)]pub struct NdtStats {
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: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NdtStats
impl RefUnwindSafe for NdtStats
impl Send for NdtStats
impl Sync for NdtStats
impl Unpin for NdtStats
impl UnwindSafe for NdtStats
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