Type Alias rs_math3d::Dimensioni

source ·
pub type Dimensioni = Dimension<i32>;

Aliased Type§

struct Dimensioni {
    pub width: i32,
    pub height: i32,
}

Fields§

§width: i32§height: i32