Struct libc::linger [] [src]

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

Fields

l_onoff
l_linger

Trait Implementations

impl Copy for linger

impl Clone for linger

fn clone(&self) -> linger

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