struct ImGuiDataTypeStorage

Overview

#include <imgui_internal.h>

struct ImGuiDataTypeStorage
{
    // fields

    ImU8 Data[8];
};