Trait pixels_graphics_lib::math::traits::Mul[][src]

pub trait Mul<T> {
    fn mul(&self, value: T) -> Self;
}

Required methods

Implementors