Struct aflak_imgui_sys::ImGuiTextBuffer[][src]

#[repr(C)]
pub struct ImGuiTextBuffer { pub buf: ImVector<c_char>, }

Fields

Auto Trait Implementations