Struct nix::sys::socket::sockopt::TcpKeepAlive
[−]
[src]
pub struct TcpKeepAlive;
Trait Implementations
impl Copy for TcpKeepAlive
[src]
impl Copy for TcpKeepAlive
impl Clone for TcpKeepAlive
[src]
impl Clone for TcpKeepAlive
fn clone(&self) -> TcpKeepAlive
[src]
fn clone(&self) -> TcpKeepAlive
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 TcpKeepAlive
[src]
impl Debug for TcpKeepAlive
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 TcpKeepAlive
[src]
impl SetSockOpt for TcpKeepAlive
impl GetSockOpt for TcpKeepAlive
[src]
impl GetSockOpt for TcpKeepAlive
Auto Trait Implementations
impl Send for TcpKeepAlive
impl Send for TcpKeepAlive
impl Sync for TcpKeepAlive
impl Sync for TcpKeepAlive