pub trait Coefficient: RegisteredPrimitive + Into<i32> + AddAssign + Signed + Debug + 'static {
    type Pixel: Pixel;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Coefficient for i16

§

type Pixel = u8

source§

impl Coefficient for i32

§

type Pixel = u16

Implementors§