Struct linux_raw_sys::netlink::ndt_stats
source · #[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,
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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)