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 lingerimpl Copy for lingerimpl Clone for lingerfn clone(&self) -> lingerfn 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)