#[repr(C)]pub struct ArkUI_NodeComponentEvent {
pub data: [ArkUI_NumberValue; 12],
}Available on crate feature
api-12 only.Expand description
Defines the parameter type of the component callback event.
Available since API-level: 12
Fields§
§data: [ArkUI_NumberValue; 12]Data array object.
Auto Trait Implementations§
impl Freeze for ArkUI_NodeComponentEvent
impl RefUnwindSafe for ArkUI_NodeComponentEvent
impl Send for ArkUI_NodeComponentEvent
impl Sync for ArkUI_NodeComponentEvent
impl Unpin for ArkUI_NodeComponentEvent
impl UnwindSafe for ArkUI_NodeComponentEvent
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