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

pub struct TcpKeepAlive;

Trait Implementations

impl SetSockOpt for TcpKeepAlive

type Val = u32

fn set(&self, fd: RawFd, val: &u32) -> Result<()>

impl GetSockOpt for TcpKeepAlive

type Val = u32

fn get(&self, fd: RawFd) -> Result<u32>

Derived Implementations

impl Debug for TcpKeepAlive

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TcpKeepAlive

fn clone(&self) -> TcpKeepAlive

fn clone_from(&mut self, source: &Self)

impl Copy for TcpKeepAlive