Struct libc::linger [] [src]

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

Fields

Trait Implementations

impl Copy for linger
[src]

impl Clone for linger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more