Struct netlink_socket::Socket[][src]

pub struct Socket(_);

Methods

impl Socket
[src]

Trait Implementations

impl AsRawFd for Socket
[src]

Extracts the raw file descriptor. Read more

impl Drop for Socket
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Socket

impl Sync for Socket