.. index:: pair: struct; GVA::Rect .. _doxid-struct_g_v_a_1_1_rect: template struct GVA::Rect ========================= .. toctree:: :hidden: Template structure for rectangle containing x, y, w, h fields. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template struct Rect { // fields T :target:`x`; T :target:`y`; T :target:`w`; T :target:`h`; };