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