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