Clears a flag.
impl MountFlags { fn unset(&mut self, flag: MountFlags) -> () }
The flag to be cleared.