Struct libc::linger[][src]

#[repr(C)]
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

Auto Trait Implementations

impl Send for linger

impl Sync for linger