Struct nix::sys::socket::sockopt::KeepAlive [−][src]
pub struct KeepAlive;
Trait Implementations
impl Copy for KeepAlive[src]
impl Copy for KeepAliveimpl Clone for KeepAlive[src]
impl Clone for KeepAlivefn clone(&self) -> KeepAlive[src]
fn clone(&self) -> KeepAliveReturns 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 KeepAlive[src]
impl Debug for KeepAlivefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl SetSockOpt for KeepAlive[src]
impl SetSockOpt for KeepAliveimpl GetSockOpt for KeepAlive[src]
impl GetSockOpt for KeepAlive