Struct rustuv::pipe::PipeListener[src]
pub struct PipeListener {
// some fields omitted
}pub struct PipeListener {
// some fields omitted
}impl PipeListenerfn bind(io: &mut UvIoFactory, name: &CString) -> Result<Box<PipeListener>, UvError>impl RtioUnixListener for PipeListenerfn listen(~self) -> IoResult<Box<RtioUnixAcceptor + Send>>impl UvHandle<uv_pipe_t> for PipeListenerfn uv_handle(&self) -> *uv_pipe_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 Drop for PipeListenerfn 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).