Struct rustuv::net::TcpListener[src]
pub struct TcpListener {
// some fields omitted
}pub struct TcpListener {
// some fields omitted
}impl TcpListenerfn bind(io: &mut UvIoFactory, address: SocketAddr) -> Result<Box<TcpListener>, UvError>impl UvHandle<uv_tcp_t> for TcpListenerfn uv_handle(&self) -> *uv_tcp_tfn uv_loop(&self) -> Loopfn alloc(_: Option<Self>, ty: uv_handle_type) -> *Tunsafe fn from_uv_handle<'a>(h: &'a *T) -> &'a mut Selffn install(~self) -> Box<Self>fn close_async_(&mut self)fn close(&mut self)impl RtioSocket for TcpListenerfn socket_name(&mut self) -> Result<SocketAddr, IoError>impl RtioTcpListener for TcpListenerimpl Drop for TcpListenerfn drop(&mut 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 (or str), enum,
trait, typedef (or
tdef).