#[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.
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_LAYOUT: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_LAYOUT: ArkUI_NodeCustomEventType
Layout type.
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW: ArkUI_NodeCustomEventType
Draw type.
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_FOREGROUND_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_FOREGROUND_DRAW: ArkUI_NodeCustomEventType
Foreground type.
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_OVERLAY_DRAW: ArkUI_NodeCustomEventType
pub const ARKUI_NODE_CUSTOM_EVENT_ON_OVERLAY_DRAW: ArkUI_NodeCustomEventType
Overlay type.
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW_FRONT: ArkUI_NodeCustomEventType
Available on crate feature api-20 only.
pub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW_FRONT: ArkUI_NodeCustomEventType
api-20 only.Draw front type.
Available since API-level: 20
Sourcepub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW_BEHIND: ArkUI_NodeCustomEventType
Available on crate feature api-20 only.
pub const ARKUI_NODE_CUSTOM_EVENT_ON_DRAW_BEHIND: ArkUI_NodeCustomEventType
api-20 only.Draw behind type.
Available since API-level: 20
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 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_NodeCustomEventType
impl Debug for ArkUI_NodeCustomEventType
Source§impl Hash for ArkUI_NodeCustomEventType
impl Hash for ArkUI_NodeCustomEventType
impl Copy 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§
§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)