Trait rgb_derivation::matrix::Scalar[][src]

pub trait Scalar: Clone + NumRef + NumAssignRef + Signed { }

Trait for scalar type used in calculations.

An implementation of this trait is provided to all types which satisfy this traits bounds.

Implementors

impl<T> Scalar for T where
    T: Clone + Neg<Output = Self> + NumRef + NumAssignRef + Signed
[src]

Loading content...