Struct libc::linger
[−]
[src]
#[repr(C)]pub struct linger { pub l_onoff: c_int, pub l_linger: c_int, }
Fields
l_onoff: c_int
l_linger: c_int
Trait Implementations
impl Copy for linger
[src]
impl Clone for linger
[src]
fn clone(&self) -> linger
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more