#[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 · 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 ImGuiTextIndex
impl Debug for ImGuiTextIndex
Source§impl Default for ImGuiTextIndex
impl Default for ImGuiTextIndex
Source§impl Hash for ImGuiTextIndex
impl Hash for ImGuiTextIndex
Source§impl PartialEq for ImGuiTextIndex
impl PartialEq for ImGuiTextIndex
impl Copy for ImGuiTextIndex
impl Eq for ImGuiTextIndex
impl StructuralPartialEq for ImGuiTextIndex
Auto Trait Implementations§
impl Freeze for ImGuiTextIndex
impl RefUnwindSafe for ImGuiTextIndex
impl !Send for ImGuiTextIndex
impl !Sync for ImGuiTextIndex
impl Unpin 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