Trait ggez::graphics::na::DimDiv [] [src]

pub trait DimDiv<D>: Dim where
    D: Dim
{ type Output: Dim; fn div(self, other: D) -> Self::Output; }

Associated Types

Required Methods

Implementors