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

pub struct TcpNoDelay;

Trait Implementations

impl SockOpt for TcpNoDelay

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 TcpNoDelay

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

impl Copy for TcpNoDelay

impl Clone for TcpNoDelay

fn clone(&self) -> TcpNoDelay

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