Struct imgui_sys::ImGuiTextRange
source · Fields§
§b: *const c_char§e: *const c_charTrait Implementations§
source§impl Clone for ImGuiTextRange
impl Clone for ImGuiTextRange
source§fn clone(&self) -> ImGuiTextRange
fn clone(&self) -> ImGuiTextRange
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 ImGuiTextRange
impl Debug for ImGuiTextRange
source§impl Default for ImGuiTextRange
impl Default for ImGuiTextRange
source§impl Hash for ImGuiTextRange
impl Hash for ImGuiTextRange
source§impl PartialEq<ImGuiTextRange> for ImGuiTextRange
impl PartialEq<ImGuiTextRange> for ImGuiTextRange
source§fn eq(&self, other: &ImGuiTextRange) -> bool
fn eq(&self, other: &ImGuiTextRange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.