Struct rustuv::file::FileWatcher[src]
pub struct FileWatcher {
// some fields omitted
}pub struct FileWatcher {
// some fields omitted
}impl FileWatcherfn new(io: &mut UvIoFactory, fd: c_int, close: CloseBehavior) -> FileWatcherimpl Drop for FileWatcherfn drop(&mut self)impl RtioFileStream for FileWatcherfn read(&mut self, buf: &mut [u8]) -> IoResult<int>fn write(&mut self, buf: &[u8]) -> IoResult<()>fn pread(&mut self, buf: &mut [u8], offset: u64) -> IoResult<int>fn pwrite(&mut self, buf: &[u8], offset: u64) -> IoResult<()>fn seek(&mut self, pos: i64, whence: SeekStyle) -> IoResult<u64>fn tell(&self) -> IoResult<u64>fn fsync(&mut self) -> IoResult<()>fn datasync(&mut self) -> IoResult<()>fn truncate(&mut self, offset: i64) -> IoResult<()>fn fstat(&mut self) -> IoResult<FileStat>
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).