[][src]Trait enumflags::RawBitFlags

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

Associated Types

Loading content...

Required methods

fn all() -> Self::Type

fn bits(self) -> Self::Type

Loading content...

Implementors

Loading content...