macro_rules! bitflag_is_set {
($ty:ident) => { ... };
}Expand description
Implements a function to determine if a bitflag has a set flag.
macro_rules! bitflag_is_set {
($ty:ident) => { ... };
}Implements a function to determine if a bitflag has a set flag.