Struct imgui_sys::ImGuiStorage [] [src]

pub struct ImGuiStorage {
    pub data: ImVector<Pair>,
}

Fields

data: ImVector<Pair>