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