#[repr(C)]pub struct ArkUI_TextChangeEvent {
pub pStr: *const c_char,
pub pExtendStr: *const c_char,
pub number: i32,
}Available on crate features
api-12 and api-15 only.Expand description
Defines a hybrid data structure for component events.
Available since API-level: 15
Fields§
§pStr: *const c_charString data
pExtendStr: *const c_charExtended string data
number: i32Numeric data
Trait Implementations§
Source§impl Clone for ArkUI_TextChangeEvent
impl Clone for ArkUI_TextChangeEvent
Source§fn clone(&self) -> ArkUI_TextChangeEvent
fn clone(&self) -> ArkUI_TextChangeEvent
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 ArkUI_TextChangeEvent
impl Debug for ArkUI_TextChangeEvent
impl Copy for ArkUI_TextChangeEvent
Auto Trait Implementations§
impl Freeze for ArkUI_TextChangeEvent
impl RefUnwindSafe for ArkUI_TextChangeEvent
impl !Send for ArkUI_TextChangeEvent
impl !Sync for ArkUI_TextChangeEvent
impl Unpin for ArkUI_TextChangeEvent
impl UnwindSafe for ArkUI_TextChangeEvent
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)