Struct nix::sys::socket::linger
[−]
[src]
pub struct linger { pub l_onoff: c_int, pub l_linger: c_int, }
Fields
l_onoff | |
l_linger |
pub struct linger { pub l_onoff: c_int, pub l_linger: c_int, }
l_onoff | |
l_linger |
impl Debug for linger
impl Copy for linger
impl Clone for linger
fn clone(&self) -> linger
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)