RectF

Type Alias RectF 

Source
pub type RectF = Rect<f32>;

Aliased Type§

#[repr(C)]
pub struct RectF { pub x: f32, pub y: f32, pub w: f32, pub h: f32, }

Fields§

§x: f32§y: f32§w: f32§h: f32