Struct nix::sys::socket::linger [] [src]

pub struct linger {
    pub l_onoff: c_int,
    pub l_linger: c_int,
}

Fields

l_onoff
l_linger

Trait Implementations

Derived Implementations

impl Debug for linger

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

impl Copy for linger

impl Clone for linger

fn clone(&self) -> linger

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