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