pub trait FlagTrait: Copy + Default + BitOr<Output = Self> + Into<u32> + From<u32> + Send + Sync + 'static { }

Implementors§