#[repr(C)]pub struct ImGuiTextIndex {
pub LineOffsets: ImVector<c_int>,
pub EndOffset: c_int,
}Fields§
§LineOffsets: ImVector<c_int>§EndOffset: c_intImplementations§
Trait Implementations§
Source§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 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