Trait rin::math::base::dimension::DimMul [−][src]
pub trait DimMul<D>: Dim where
D: Dim, { type Output: Dim; pub fn mul(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<D1, D2> DimMul<D2> for D1 where
D2: DimName,
D1: DimName,
<D1 as DimName>::Value: Mul<<D2 as DimName>::Value>,
<<D1 as DimName>::Value as Mul<<D2 as DimName>::Value>>::Output: NamedDim,
[src]
impl<D1, D2> DimMul<D2> for D1 where
D2: DimName,
D1: DimName,
<D1 as DimName>::Value: Mul<<D2 as DimName>::Value>,
<<D1 as DimName>::Value as Mul<<D2 as DimName>::Value>>::Output: NamedDim,
[src]