pub const IN_ALL_EVENTS: u32 = _; // 4_095u32Expand description
Event: Any event occured
This is a combination of all the other event constants:
IN_ACCESSIN_ATTRIBIN_CLOSE_WRITEIN_CLOSE_NOWRITEIN_MODIFYIN_CREATEIN_DELETEIN_DELETE_SELFIN_MODIFYIN_MOVE_SELFIN_MOVED_FROMIN_MOVED_TOIN_OPEN
This constant can be passed to inotify_add_watch, to register interest
in any type of event.
See man page for additional details.