Struct rustuv::uvio::UvEventLoop[src]
pub struct UvEventLoop {
// some fields omitted
}pub struct UvEventLoop {
// some fields omitted
}impl UvEventLoopfn new() -> UvEventLoopimpl Drop for UvEventLoopfn drop(&mut self)impl EventLoop for UvEventLoopfn run(&mut self)fn callback(&mut self, f: proc())fn pausable_idle_callback(&mut self, cb: Box<Callback + Send>) -> Box<PausableIdleCallback + Send>fn remote_callback(&mut self, f: Box<Callback + Send>) -> Box<RemoteCallback + Send>fn io<'a>(&'a mut self) -> Option<&'a mut IoFactory>fn has_active_io(&self) -> bool
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).