Struct netlink::Struct_sockaddr_nl [] [src]

#[repr(C)]
pub struct Struct_sockaddr_nl { pub nl_family: __kernel_sa_family_t, pub nl_pad: c_ushort, pub nl_pid: __u32, pub nl_groups: __u32, }

Fields

Trait Implementations

impl Copy for Struct_sockaddr_nl
[src]

impl Clone for Struct_sockaddr_nl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_sockaddr_nl
[src]

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