Trait lut::TableValue

source ·
pub trait TableValue: Sized + Copy + BitAnd<Self, Output = Self> + BitAndAssign<Self> + BitOr<Self, Output = Self> + BitOrAssign<Self> + Eq {
    const MAX_FLAG_COUNT: usize;
    const ZERO: Self;
}

Required Associated Constants§

Implementations on Foreign Types§

Implementors§