#[repr(C)]pub struct ArkUI_StringAsyncEvent {
pub pStr: *const c_char,
}Available on crate feature
api-12 only.Expand description
Defines the string type parameter used by the component callback event.
Available since API-level: 12
Fields§
§pStr: *const c_charString.
Trait Implementations§
Source§impl Clone for ArkUI_StringAsyncEvent
impl Clone for ArkUI_StringAsyncEvent
Source§fn clone(&self) -> ArkUI_StringAsyncEvent
fn clone(&self) -> ArkUI_StringAsyncEvent
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_StringAsyncEvent
impl Debug for ArkUI_StringAsyncEvent
impl Copy for ArkUI_StringAsyncEvent
Auto Trait Implementations§
impl Freeze for ArkUI_StringAsyncEvent
impl RefUnwindSafe for ArkUI_StringAsyncEvent
impl !Send for ArkUI_StringAsyncEvent
impl !Sync for ArkUI_StringAsyncEvent
impl Unpin for ArkUI_StringAsyncEvent
impl UnwindSafe for ArkUI_StringAsyncEvent
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)