Struct nix::sys::socket::sockopt::SocketError [] [src]

pub struct SocketError;

Trait Implementations

impl GetSockOpt for SocketError

type Val = i32

fn get(&self, fd: RawFd) -> Result<i32>

Derived Implementations

impl Debug for SocketError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SocketError

fn clone(&self) -> SocketError

fn clone_from(&mut self, source: &Self)

impl Copy for SocketError