Type Alias Size

Source
pub type Size<U> = TypedSize2D<f32, U>;

Aliased Type§

struct Size<U> {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32§height: f32