Struct rustuv::signal::SignalWatcher[src]

pub struct SignalWatcher {
    // some fields omitted
}

Methods

impl SignalWatcher

fn new(io: &mut UvIoFactory, signum: int, cb: Box<Callback + Send>) -> Result<Box<SignalWatcher>, UvError>

Trait Implementations

impl UvHandle<uv_signal_t> for SignalWatcher

fn uv_handle(&self) -> *uv_signal_t

fn uv_loop(&self) -> Loop

fn alloc(_: Option<Self>, ty: uv_handle_type) -> *T

unsafe fn from_uv_handle<'a>(h: &'a *T) -> &'a mut Self

fn install(~self) -> Box<Self>

fn close_async_(&mut self)

fn close(&mut self)

impl RtioSignal for SignalWatcher

impl Drop for SignalWatcher

fn drop(&mut self)