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