Trait Coefficient

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

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Coefficient for i16

Source§

impl Coefficient for i32

Implementors§