Struct easy_imgui_sys::ImStb_STB_TexteditState
source · #[repr(C)]pub struct ImStb_STB_TexteditState {Show 14 fields
pub cursor: c_int,
pub select_start: c_int,
pub select_end: c_int,
pub insert_mode: c_uchar,
pub row_count_per_page: c_int,
pub cursor_at_end_of_line: c_uchar,
pub initialized: c_uchar,
pub has_preferred_x: c_uchar,
pub single_line: c_uchar,
pub padding1: c_uchar,
pub padding2: c_uchar,
pub padding3: c_uchar,
pub preferred_x: f32,
pub undostate: ImStb_StbUndoState,
}Fields§
§cursor: c_int§select_start: c_int§select_end: c_int§insert_mode: c_uchar§row_count_per_page: c_int§cursor_at_end_of_line: c_uchar§initialized: c_uchar§has_preferred_x: c_uchar§single_line: c_uchar§padding1: c_uchar§padding2: c_uchar§padding3: c_uchar§preferred_x: f32§undostate: ImStb_StbUndoStateTrait Implementations§
source§impl Clone for ImStb_STB_TexteditState
impl Clone for ImStb_STB_TexteditState
source§fn clone(&self) -> ImStb_STB_TexteditState
fn clone(&self) -> ImStb_STB_TexteditState
Returns a copy 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 ImStb_STB_TexteditState
impl Debug for ImStb_STB_TexteditState
impl Copy for ImStb_STB_TexteditState
Auto Trait Implementations§
impl Freeze for ImStb_STB_TexteditState
impl RefUnwindSafe for ImStb_STB_TexteditState
impl Send for ImStb_STB_TexteditState
impl Sync for ImStb_STB_TexteditState
impl Unpin for ImStb_STB_TexteditState
impl UnwindSafe for ImStb_STB_TexteditState
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)