Trait Coefficient
pub trait Coefficient: RegisteredPrimitive + Into<i32> + AddAssign + Signed + Debug + 'static
Associated Types
type Pixel: Pixel;
Implementors
impl Coefficient for i16impl Coefficient for i32
Coefficientpub trait Coefficient: RegisteredPrimitive + Into<i32> + AddAssign + Signed + Debug + 'static
type Pixel: Pixel;impl Coefficient for i16impl Coefficient for i32