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