phoenix::Size

A small container to hold the width and height of an item.

struct Size {
  unsigned width, height;
};