Struct netlink_packet_route::rtnl::neighbour_table::nlas::Config [−][src]
pub struct Config {
pub key_len: u16,
pub entry_size: u16,
pub entries: u32,
pub last_flush: u32,
pub last_rand: u32,
pub hash_rand: u32,
pub hash_mask: u32,
pub hash_chain_gc: u32,
pub proxy_qlen: u32,
}
Fields
key_len: u16
entry_size: u16
entries: u32
last_flush: u32
last_rand: u32
hash_rand: u32
hash_mask: u32
hash_chain_gc: u32
proxy_qlen: u32
Trait Implementations
Deserialize the current type.
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more