I have a struct with a constructor likes:
struct Rectangle { int width; int height; Rectangle(int _width, i