Struct imgui_rs::imgui::ImGuiTextBuffer [] [src]

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

Fields

Trait Implementations

impl Copy for ImGuiTextBuffer
[src]

impl Clone for ImGuiTextBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImGuiTextBuffer
[src]

Returns the "default value" for a type. Read more