Rect

struct Rect {
int x;
int y;
int w;
int h;
}

Meta