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