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