Struct nix::sys::socket::sockopt::TcpNoDelay [−][src]
pub struct TcpNoDelay;
Trait Implementations
impl Copy for TcpNoDelay[src]
impl Copy for TcpNoDelayimpl Clone for TcpNoDelay[src]
impl Clone for TcpNoDelayfn clone(&self) -> TcpNoDelay[src]
fn clone(&self) -> TcpNoDelayReturns 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 TcpNoDelay[src]
impl Debug for TcpNoDelayfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl SetSockOpt for TcpNoDelay[src]
impl SetSockOpt for TcpNoDelayimpl GetSockOpt for TcpNoDelay[src]
impl GetSockOpt for TcpNoDelayAuto Trait Implementations
impl Send for TcpNoDelay
impl Send for TcpNoDelayimpl Sync for TcpNoDelay
impl Sync for TcpNoDelay