#[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.
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more