#[repr(transparent)]pub struct ArkUI_NodeCustomEventType(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines the custom component event type.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_NodeCustomEventType
impl ArkUI_NodeCustomEventType
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_MEASURE: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_MEASURE: ArkUI_NodeCustomEventType
Measure type.
Source§impl ArkUI_NodeCustomEventType
impl ArkUI_NodeCustomEventType
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_LAYOUT: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_LAYOUT: ArkUI_NodeCustomEventType
Layout type.
Source§impl ArkUI_NodeCustomEventType
impl ArkUI_NodeCustomEventType
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW: ArkUI_NodeCustomEventType
Draw type.
Source§impl ArkUI_NodeCustomEventType
impl ArkUI_NodeCustomEventType
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_FOREGROUND_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_FOREGROUND_DRAW: ArkUI_NodeCustomEventType
Foreground type.
Source§impl ArkUI_NodeCustomEventType
impl ArkUI_NodeCustomEventType
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_OVERLAY_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_OVERLAY_DRAW: ArkUI_NodeCustomEventType
Overlay type.
Trait Implementations§
Source§impl Clone for ArkUI_NodeCustomEventType
impl Clone for ArkUI_NodeCustomEventType
Source§fn clone(&self) -> ArkUI_NodeCustomEventType
fn clone(&self) -> ArkUI_NodeCustomEventType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for ArkUI_NodeCustomEventType
impl Hash for ArkUI_NodeCustomEventType
impl Eq for ArkUI_NodeCustomEventType
impl StructuralPartialEq for ArkUI_NodeCustomEventType
Auto Trait Implementations§
impl Freeze for ArkUI_NodeCustomEventType
impl RefUnwindSafe for ArkUI_NodeCustomEventType
impl Send for ArkUI_NodeCustomEventType
impl Sync for ArkUI_NodeCustomEventType
impl Unpin for ArkUI_NodeCustomEventType
impl UnwindSafe for ArkUI_NodeCustomEventType
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