Trait TableValue
lut
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; }
const MAX_FLAG_COUNT: usize
const ZERO: Self
impl TableValue for u8
const ZERO: u8
impl TableValue for u16
const ZERO: u16
impl TableValue for u32
const ZERO: u32
impl TableValue for u64
const ZERO: u64