Struct rustuv::signal::SignalWatcher[src]
pub struct SignalWatcher {
// some fields omitted
}pub struct SignalWatcher {
// some fields omitted
}impl SignalWatcherfn new(io: &mut UvIoFactory, signum: int, cb: Box<Callback + Send>) -> Result<Box<SignalWatcher>, UvError>impl UvHandle<uv_signal_t> for SignalWatcherfn uv_handle(&self) -> *uv_signal_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 RtioSignal for SignalWatcherimpl Drop for SignalWatcherfn 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).