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