Allocates memory for a new Rectangle struct.
static Pointer<Rectangle> alloc() { return calloc<Rectangle>(); }