Trait sawp_flags::Primitive[][src]

pub trait Primitive: Default + BitOr<Self, Output = Self> + BitAnd<Self, Output = Self> + BitXor<Self, Output = Self> + Not<Output = Self> + PartialOrd<Self> + Debug + Binary + Copy + Clone { }
Expand description

A primitive numeric type to be used for flag storage.

Implementations on Foreign Types

Implementors