Variable Rect.right

x coordinate of bottom right corner (non-inclusive)

struct Rect
{
  // ...
  int right;
  // ...
}