pub struct ArkUI_NodeCustomEvent { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines the general structure of a custom component event.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_NodeCustomEvent
impl RefUnwindSafe for ArkUI_NodeCustomEvent
impl Send for ArkUI_NodeCustomEvent
impl Sync for ArkUI_NodeCustomEvent
impl Unpin for ArkUI_NodeCustomEvent
impl UnwindSafe for ArkUI_NodeCustomEvent
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