pub struct SecureTextEditState {
pub cursor: TextCursorState,
pub singleline_offset: f32,
pub last_interaction_time: f64,
pub ime_enabled: bool,
pub ime_cursor_range: CCursorRange,
}Fields§
§cursor: TextCursorState§singleline_offset: f32§last_interaction_time: f64§ime_enabled: bool§ime_cursor_range: CCursorRangeImplementations§
Trait Implementations§
Source§impl Clone for SecureTextEditState
impl Clone for SecureTextEditState
Source§fn clone(&self) -> SecureTextEditState
fn clone(&self) -> SecureTextEditState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecureTextEditState
impl Debug for SecureTextEditState
Source§impl Default for SecureTextEditState
impl Default for SecureTextEditState
Source§fn default() -> SecureTextEditState
fn default() -> SecureTextEditState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SecureTextEditState
impl RefUnwindSafe for SecureTextEditState
impl Send for SecureTextEditState
impl Sync for SecureTextEditState
impl Unpin for SecureTextEditState
impl UnwindSafe for SecureTextEditState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)