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