Struct vitasdk_sys::SceImeEditText
source · #[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 copy 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 more