#[repr(C)]pub struct ImGuiTextIndex {
pub Offsets: ImVector_int,
pub EndOffset: c_int,
}Fields§
§Offsets: ImVector_int§EndOffset: c_intTrait Implementations§
Source§impl Clone for ImGuiTextIndex
impl Clone for ImGuiTextIndex
Source§fn clone(&self) -> ImGuiTextIndex
fn clone(&self) -> ImGuiTextIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiTextIndex
Source§impl Debug for ImGuiTextIndex
impl Debug for ImGuiTextIndex
Source§impl Default for ImGuiTextIndex
impl Default for ImGuiTextIndex
impl Eq for ImGuiTextIndex
Source§impl Hash for ImGuiTextIndex
impl Hash for ImGuiTextIndex
Source§impl PartialEq for ImGuiTextIndex
impl PartialEq for ImGuiTextIndex
Source§fn eq(&self, other: &ImGuiTextIndex) -> bool
fn eq(&self, other: &ImGuiTextIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImGuiTextIndex
Auto Trait Implementations§
impl !Send for ImGuiTextIndex
impl !Sync for ImGuiTextIndex
impl Freeze for ImGuiTextIndex
impl RefUnwindSafe for ImGuiTextIndex
impl Unpin for ImGuiTextIndex
impl UnsafeUnpin for ImGuiTextIndex
impl UnwindSafe for ImGuiTextIndex
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