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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for linger

impl Sync for linger