Constant inotify_sys::IN_IGNORED[][src]

pub const IN_IGNORED: uint32_t = 32768

Indicates that a file system watch was removed

This can occur as a result of inotify_rm_watch, because a watched item was deleted, the containing filesystem was unmounted, or after a IN_ONESHOT watch is complete.

This constant can be used to check against the mask field in inotify_event.

See man page for additional details.