#[repr(C)]pub struct SceImeEditText {
pub preeditIndex: SceUInt32,
pub preeditLength: SceUInt32,
pub caretIndex: SceUInt32,
pub str_: *mut SceWChar16,
pub editIndex: SceUInt32,
pub editLengthChange: SceInt32,
}Fields§
§preeditIndex: SceUInt32§preeditLength: SceUInt32§caretIndex: SceUInt32§str_: *mut SceWChar16§editIndex: SceUInt32§editLengthChange: SceInt32Trait Implementations§
Source§impl Clone for SceImeEditText
impl Clone for SceImeEditText
Source§fn clone(&self) -> SceImeEditText
fn clone(&self) -> SceImeEditText
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 SceImeEditText
impl Debug for SceImeEditText
impl Copy for SceImeEditText
Auto Trait Implementations§
impl Freeze for SceImeEditText
impl RefUnwindSafe for SceImeEditText
impl !Send for SceImeEditText
impl !Sync for SceImeEditText
impl Unpin for SceImeEditText
impl UnwindSafe for SceImeEditText
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)