Struct native::io::pipe::UnixStream[src]
pub struct UnixStream {
// some fields omitted
}pub struct UnixStream {
// some fields omitted
}impl UnixStreamimpl RtioPipe for UnixStreamfn read(&mut self, buf: &mut [u8]) -> IoResult<uint>fn write(&mut self, buf: &[u8]) -> IoResult<()>fn clone(&self) -> Box<RtioPipe + Send>fn close_write(&mut self) -> IoResult<()>fn close_read(&mut self) -> IoResult<()>fn set_timeout(&mut self, timeout: Option<u64>)fn set_read_timeout(&mut self, timeout: Option<u64>)fn set_write_timeout(&mut self, timeout: Option<u64>)
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).