[][src]Trait colorspace::math::Scalar

pub trait Scalar: Copy + Zero + One + Bounded + Neg<Output = Self> + PartialOrd + PartialEq + Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Div<Output = Self> + AddAssign + SubAssign + MulAssign + DivAssign + Display + Debug { }

Implementations on Foreign Types

impl Scalar for f32[src]

impl Scalar for f64[src]

Loading content...

Implementors

Loading content...