Struct nix::sys::socket::sockopt::TcpKeepAlive
[−]
[src]
pub struct TcpKeepAlive;
pub struct TcpKeepAlive;
impl SetSockOpt for TcpKeepAlive
impl GetSockOpt for TcpKeepAlive
impl Debug for TcpKeepAlive
impl Clone for TcpKeepAlive
fn clone(&self) -> TcpKeepAlive
fn clone_from(&mut self, source: &Self)
impl Copy for TcpKeepAlive
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)