Struct inotify::wrapper::Event
[-] [+]
[src]
pub struct Event {
pub wd: i32,
pub mask: u32,
pub cookie: u32,
pub name: String,
}Fields
wd | |
mask | |
cookie | |
name |
pub struct Event {
pub wd: i32,
pub mask: u32,
pub cookie: u32,
pub name: String,
}wd | |
mask | |
cookie | |
name |
impl Eventfn is_access(&self) -> boolfn is_modify(&self) -> boolfn is_attrib(&self) -> boolfn is_close_write(&self) -> boolfn is_close_nowrite(&self) -> boolfn is_open(&self) -> boolfn is_moved_from(&self) -> boolfn is_moved_to(&self) -> boolfn is_create(&self) -> boolfn is_delete(&self) -> boolfn is_delete_self(&self) -> boolfn is_move_self(&self) -> boolfn is_move(&self) -> boolfn is_close(&self) -> boolfn is_dir(&self) -> boolfn is_unmount(&self) -> boolfn is_queue_overflow(&self) -> boolfn is_ignored(&self) -> boolimpl Debug for Eventimpl Clone for Eventfn clone(&self) -> Eventfn clone_from(&mut self, source: &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, enum,
trait, typedef (or
tdef).