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