JAWT_Rectangle

Type Alias JAWT_Rectangle 

Source
pub type JAWT_Rectangle = jawt_Rectangle;

Aliased Type§

#[repr(C)]
pub struct JAWT_Rectangle { pub x: i32, pub y: i32, pub width: i32, pub height: i32, }

Fields§

§x: i32§y: i32§width: i32§height: i32