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