Skip to main content

VARectangle

Type Alias VARectangle 

Source
pub type VARectangle = _VARectangle;
Expand description

\brief Structure to describe rectangle.

Aliased Type§

#[repr(C)]
pub struct VARectangle { pub x: i16, pub y: i16, pub width: u16, pub height: u16, }

Fields§

§x: i16§y: i16§width: u16§height: u16