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