Trait DimDiv
rin::math::dimension
pub trait DimDiv<D>: Dim where D: Dim, { type Output: Dim; fn div(self, other: D) -> Self::Output; }
type Output: Dim
fn div(self, other: D) -> Self::Output
impl<D> DimDiv<Dynamic> for D where D: DimName,
type Output = Dynamic
fn div(self, other: Dynamic) -> Dynamic
impl<D> DimDiv<D> for Dynamic where D: Dim,
fn div(self, other: D) -> Dynamic
impl<D1, D2> DimDiv<D2> for D1 where D1: DimName, D2: DimName, <D1 as DimName>::Value: Div<<D2 as DimName>::Value>, <<D1 as DimName>::Value as Div<<D2 as DimName>::Value>>::Output: NamedDim,
type Output = <<<D1 as DimName>::Value as Div<<D2 as DimName>::Value>>::Output as NamedDim>::Name
fn div(self, D2) -> <D1 as DimDiv<D2>>::Output