Struct nix::sys::socket::sockopt::SocketError [−][src]
pub struct SocketError;
Trait Implementations
impl Copy for SocketError[src]
impl Copy for SocketErrorimpl Clone for SocketError[src]
impl Clone for SocketErrorfn clone(&self) -> SocketError[src]
fn clone(&self) -> SocketErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SocketError[src]
impl Debug for SocketErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl GetSockOpt for SocketError[src]
impl GetSockOpt for SocketErrorAuto Trait Implementations
impl Send for SocketError
impl Send for SocketErrorimpl Sync for SocketError
impl Sync for SocketError