#[repr(C)]pub struct 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: 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: StbUndoStateTrait Implementations§
Source§impl Clone for STB_TexteditState
impl Clone for STB_TexteditState
Source§fn clone(&self) -> STB_TexteditState
fn clone(&self) -> STB_TexteditState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STB_TexteditState
Source§impl Debug for STB_TexteditState
impl Debug for STB_TexteditState
Source§impl Default for STB_TexteditState
impl Default for STB_TexteditState
Source§impl PartialEq for STB_TexteditState
impl PartialEq for STB_TexteditState
impl StructuralPartialEq for STB_TexteditState
Auto Trait Implementations§
impl Freeze for STB_TexteditState
impl RefUnwindSafe for STB_TexteditState
impl Send for STB_TexteditState
impl Sync for STB_TexteditState
impl Unpin for STB_TexteditState
impl UnsafeUnpin for STB_TexteditState
impl UnwindSafe for 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