[][src]Trait lut::TableValue

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;
}

Associated Constants

const MAX_FLAG_COUNT: usize

const ZERO: Self

Loading content...

Implementations on Foreign Types

impl TableValue for u8[src]

impl TableValue for u16[src]

impl TableValue for u32[src]

impl TableValue for u64[src]

Loading content...

Implementors

Loading content...