Struct nix::sys::socket::sockopt::TcpKeepIdle[][src]

pub struct TcpKeepIdle;

Trait Implementations

impl Copy for TcpKeepIdle
[src]

impl Clone for TcpKeepIdle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TcpKeepIdle
[src]

Formats the value using the given formatter. Read more

impl SetSockOpt for TcpKeepIdle
[src]

impl GetSockOpt for TcpKeepIdle
[src]

Auto Trait Implementations

impl Send for TcpKeepIdle

impl Sync for TcpKeepIdle