Struct inotify::wrapper::Event
[−]
[src]
pub struct Event { pub wd: i32, pub mask: u32, pub cookie: u32, pub name: PathBuf, }
Fields
wd: i32
mask: u32
name: PathBuf
Methods
impl Event
[src]
fn is_access(&self) -> bool
fn is_modify(&self) -> bool
fn is_attrib(&self) -> bool
fn is_close_write(&self) -> bool
fn is_close_nowrite(&self) -> bool
fn is_open(&self) -> bool
fn is_moved_from(&self) -> bool
fn is_moved_to(&self) -> bool
fn is_create(&self) -> bool
fn is_delete(&self) -> bool
fn is_delete_self(&self) -> bool
fn is_move_self(&self) -> bool
fn is_move(&self) -> bool
fn is_close(&self) -> bool
fn is_dir(&self) -> bool
fn is_unmount(&self) -> bool
fn is_queue_overflow(&self) -> bool
fn is_ignored(&self) -> bool
Trait Implementations
impl Clone for Event
[src]
fn clone(&self) -> Event
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more