Struct rustuv::idle::IdleWatcher[src]
pub struct IdleWatcher {
// some fields omitted
}pub struct IdleWatcher {
// some fields omitted
}impl IdleWatcherfn new(loop_: &mut Loop, cb: Box<Callback + Send>) -> Box<IdleWatcher>fn onetime(loop_: &mut Loop, f: proc())impl PausableIdleCallback for IdleWatcherimpl UvHandle<uv_idle_t> for IdleWatcherfn uv_handle(&self) -> *uv_idle_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 IdleWatcherfn 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).