Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sockaddr_nl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sockaddr_nl
[src]

Auto Trait Implementations

impl Send for sockaddr_nl

impl Sync for sockaddr_nl