#[repr(C)]pub struct ImGuiTextIndex {
pub Offsets: ImVector<c_int>,
pub EndOffset: c_int,
}Fields§
§Offsets: ImVector<c_int>§EndOffset: c_intImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImGuiTextIndex
impl !Send for ImGuiTextIndex
impl !Sync for ImGuiTextIndex
impl Freeze 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