#[repr(C)]pub struct NdtConfig {
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: u16
§ndtc_entry_size: u16
§ndtc_entries: u32
§ndtc_last_flush: u32
§ndtc_last_rand: u32
§ndtc_hash_rnd: u32
§ndtc_hash_mask: u32
§ndtc_hash_chain_gc: u32
§ndtc_proxy_qlen: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NdtConfig
impl RefUnwindSafe for NdtConfig
impl Send for NdtConfig
impl Sync for NdtConfig
impl Unpin for NdtConfig
impl UnwindSafe for NdtConfig
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