Type Alias Sizef

Source
pub type Sizef = Size<f32>;

Aliased Type§

struct Sizef {
    pub width: f32,
    pub height: f32,
}

Fields§

§width: f32§height: f32