[][src]Constant inotify_sys::IN_UNMOUNT

pub const IN_UNMOUNT: u32 = 0x00002000;

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.