pub const PARENT_WATCH_MASK: u32 = _; // 3_466u32Expand description
Mask for monitoring parent directories that may create, replace, or remove a watched file.
Maps to IN_CREATE | IN_MOVED_TO | IN_CLOSE_WRITE | IN_MODIFY | IN_DELETE_SELF | IN_MOVE_SELF.