Struct arcdps_imgui_sys::ImGuiTextRange
source · #[repr(C)]pub struct ImGuiTextRange {
pub b: *const c_char,
pub e: *const c_char,
}
Fields§
§b: *const c_char
§e: *const c_char
Trait 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 for ImGuiTextRange
impl PartialEq 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 ==
.impl Copy for ImGuiTextRange
impl Eq for ImGuiTextRange
impl StructuralPartialEq for ImGuiTextRange
Auto Trait Implementations§
impl Freeze for ImGuiTextRange
impl RefUnwindSafe for ImGuiTextRange
impl !Send for ImGuiTextRange
impl !Sync for ImGuiTextRange
impl Unpin for ImGuiTextRange
impl UnwindSafe for ImGuiTextRange
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more