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