Struct imgui_sys::ImGuiTextBuffer [] [src]

pub struct ImGuiTextBuffer {
    pub buf: ImVector<c_char>,
}

Fields

buf: ImVector<c_char>