Struct imgui_sys::ImGuiTextBuffer
source · #[repr(C)]pub struct ImGuiTextBuffer {
pub Buf: ImVector_char,
}
Fields§
§Buf: ImVector_char
Trait Implementations§
source§impl Clone for ImGuiTextBuffer
impl Clone for ImGuiTextBuffer
source§fn clone(&self) -> ImGuiTextBuffer
fn clone(&self) -> ImGuiTextBuffer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImGuiTextBuffer
impl Debug for ImGuiTextBuffer
source§impl Default for ImGuiTextBuffer
impl Default for ImGuiTextBuffer
source§impl Hash for ImGuiTextBuffer
impl Hash for ImGuiTextBuffer
source§impl PartialEq<ImGuiTextBuffer> for ImGuiTextBuffer
impl PartialEq<ImGuiTextBuffer> for ImGuiTextBuffer
source§fn eq(&self, other: &ImGuiTextBuffer) -> bool
fn eq(&self, other: &ImGuiTextBuffer) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.