Struct rustuv::tty::TtyWatcher[src]
pub struct TtyWatcher {
// some fields omitted
}pub struct TtyWatcher {
// some fields omitted
}impl TtyWatcherfn new(io: &mut UvIoFactory, fd: c_int, readable: bool) -> Result<TtyWatcher, UvError>impl RtioTTY for TtyWatcherfn read(&mut self, buf: &mut [u8]) -> IoResult<uint>fn write(&mut self, buf: &[u8]) -> IoResult<()>fn set_raw(&mut self, raw: bool) -> IoResult<()>fn get_winsize(&mut self) -> IoResult<(int, int)>fn isatty(&self) -> boolimpl UvHandle<uv_tty_t> for TtyWatcherfn uv_handle(&self) -> *uv_tty_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 TtyWatcherfn 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).