[][src]Struct linux::kty::ndt_config

#[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: __u32

Trait Implementations

impl Pod for ndt_config[src]

impl Eq for ndt_config[src]

impl PartialEq<ndt_config> for ndt_config[src]

impl Copy for ndt_config[src]

impl Clone for ndt_config[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ndt_config

impl Sync for ndt_config

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]