struct axl::gui::OffscreenCanvasCache::Entry

struct Entry
{
    // fields

    Size m_size;
    T m_canvas;
};