Rect

struct Rect {
int left;
int top;
int right;
int bottom;
}

Meta