RectI

Type Alias RectI 

Source
pub type RectI = Rect<i32>;

Aliased Type§

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

Fields§

§x: i32§y: i32§w: i32§h: i32