[−][src]Constant inotify_sys::IN_UNMOUNT
pub const IN_UNMOUNT: uint32_t
Indicates that file system containing a watched object has been unmounted
An IN_IGNORED
event will be generated subsequently.
This constant can be used to check against the mask
field in
inotify_event
.
See man page for additional details.