Struct libc::sockaddr_nl [] [src]

#[repr(C)]
pub struct sockaddr_nl { pub nl_family: sa_family_t, pub nl_pid: u32, pub nl_groups: u32, // some fields omitted }

Fields

Trait Implementations

impl Copy for sockaddr_nl
[src]

impl Clone for sockaddr_nl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sockaddr_nl

impl Sync for sockaddr_nl