[−][src]Constant inotify_sys::IN_MOVE_SELF
pub const IN_MOVE_SELF: uint32_t
Event: Watched file or directory was moved
This constant can be passed to inotify_add_watch
, to register interest
in this type of event, or it can be used to check (via inotify_event
's
mask
field) whether an event is of this type.
See man page for additional details.