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

pub struct SockType;

Trait Implementations

impl Debug for SockType
[src]

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

Formats the value using the given formatter.

impl Clone for SockType
[src]

fn clone(&self) -> SockType

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for SockType
[src]

impl GetSockOpt for SockType
[src]

type Val = SockType

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