Trait enumflags::RawBitFlags [] [src]

pub trait RawBitFlags: Copy + Clone {
    type Type: BitFlagNum;
    fn all() -> Self::Type;
fn bits(self) -> Self::Type; }

Associated Types

Required Methods

Implementors