Struct netlink::Struct_ndmsg [] [src]

#[repr(C)]
pub struct Struct_ndmsg { pub ndm_family: __u8, pub ndm_pad1: __u8, pub ndm_pad2: __u16, pub ndm_ifindex: __s32, pub ndm_state: __u16, pub ndm_flags: __u8, pub ndm_type: __u8, }

Fields

Trait Implementations

impl Copy for Struct_ndmsg
[src]

impl Clone for Struct_ndmsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_ndmsg
[src]

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