Struct linux_raw_sys::v2_6_32::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: __u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.