Struct nix::sys::socket::sockopt::ReusePort [-] [+] [src]

pub struct ReusePort;

Trait Implementations

impl SockOpt for ReusePort

type Val = bool

fn get(&self, fd: RawFd, level: c_int) -> Result<bool>

fn set(&self, fd: RawFd, level: c_int, val: &bool) -> Result<()>

Derived Implementations

impl Debug for ReusePort

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

impl Copy for ReusePort

impl Clone for ReusePort

fn clone(&self) -> ReusePort

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