Struct linux_raw_sys::v5_4::netlink::ndt_config [−][src]
#[repr(C)]pub struct ndt_config { pub ndtc_key_len: __u16, pub ndtc_entry_size: __u16, pub ndtc_entries: __u32, pub ndtc_last_flush: __u32, pub ndtc_last_rand: __u32, pub ndtc_hash_rnd: __u32, pub ndtc_hash_mask: __u32, pub ndtc_hash_chain_gc: __u32, pub ndtc_proxy_qlen: __u32, }
Fields
ndtc_key_len: __u16ndtc_entry_size: __u16ndtc_entries: __u32ndtc_last_flush: __u32ndtc_last_rand: __u32ndtc_hash_rnd: __u32ndtc_hash_mask: __u32ndtc_hash_chain_gc: __u32ndtc_proxy_qlen: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ndt_configimpl Send for ndt_configimpl Sync for ndt_configimpl Unpin for ndt_configimpl UnwindSafe for ndt_configBlanket Implementations
Mutably borrows from an owned value. Read more