Struct netlink::Struct_nduseroptmsg [] [src]

#[repr(C)]
pub struct Struct_nduseroptmsg { pub nduseropt_family: c_uchar, pub nduseropt_pad1: c_uchar, pub nduseropt_opts_len: c_ushort, pub nduseropt_ifindex: c_int, pub nduseropt_icmp_type: __u8, pub nduseropt_icmp_code: __u8, pub nduseropt_pad2: c_ushort, pub nduseropt_pad3: c_uint, }

Fields

Trait Implementations

impl Copy for Struct_nduseroptmsg
[src]

impl Clone for Struct_nduseroptmsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_nduseroptmsg
[src]

Returns the "default value" for a type. Read more