[][src]Trait v_frame::pixel::Coefficient

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

Associated Types

Loading content...

Implementations on Foreign Types

impl Coefficient for i16[src]

type Pixel = u8

impl Coefficient for i32[src]

type Pixel = u16

Loading content...

Implementors

Loading content...