Constant inotify::watch_mask::MOVE []

pub const MOVE: WatchMask = WatchMask{bits: ffi::IN_MOVE,}

Watch for both MOVED_FROM and MOVED_TO.