[][src]Trait enumflags2::RawBitFlags

pub trait RawBitFlags: Copy + Clone + 'static + RawBitFlags { }

A trait automatically implemented by derive(BitFlags) to make the enum a valid type parameter for BitFlags<T>.

Implementors

Loading content...