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