Trait sawp_flags::Primitive

source ·
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§

source§

impl Primitive for u32

source§

impl Primitive for u64

source§

impl Primitive for u16

source§

impl Primitive for u8

source§

impl Primitive for u128

Implementors§