Struct rustuv::async::AsyncWatcher[src]
pub struct AsyncWatcher {
// some fields omitted
}pub struct AsyncWatcher {
// some fields omitted
}impl AsyncWatcherimpl UvHandle<uv_async_t> for AsyncWatcherfn uv_handle(&self) -> *uv_async_tunsafe fn from_uv_handle<'a>(_: &'a *uv_async_t) -> &'a mut AsyncWatcherfn uv_loop(&self) -> Loopfn alloc(_: Option<Self>, ty: uv_handle_type) -> *Tfn install(~self) -> Box<Self>fn close_async_(&mut self)fn close(&mut self)impl RemoteCallback for AsyncWatcherfn fire(&mut self)impl Drop for AsyncWatcherfn 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).