Returns whether a flag is set.
impl UnmountFlags { fn is_set(&self, flag: UnmountFlags) -> bool }
The flag to be checked.