Type Alias RectangleInfo

Source
pub type RectangleInfo = _RectangleInfo;

Aliased Type§

#[repr(C)]
pub struct RectangleInfo { pub width: usize, pub height: usize, pub x: isize, pub y: isize, }

Fields§

§width: usize§height: usize§x: isize§y: isize