Skip to main content

bitflags

Macro bitflags 

Source
macro_rules! bitflags {
    ($(#[$meta:meta])* $name:ident, $inner:ty) => { ... };
}