[][src]Trait doubled::Scale

pub trait Scale<T> {
    fn scale(self, other: T) -> Self;
}

Required methods

fn scale(self, other: T) -> Self

Loading content...

Implementors

impl<T> Scale<T> for Doubled<T> where
    T: Copy + Mul<Output = T>, 
[src]

Loading content...