Function native::io::net::getsockopt[src]
pub fn getsockopt<T: Copy>(fd: sock_t, opt: c_int, val: c_int) -> IoResult<T>
pub fn getsockopt<T: Copy>(fd: sock_t, opt: c_int, val: c_int) -> IoResult<T>
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 (or str), enum,
trait, typedef (or
tdef).