#[repr(transparent)]pub struct ArkUI_NodeContentEventType(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines the node content event type.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_NodeContentEventType
impl ArkUI_NodeContentEventType
Sourcepub const NODE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW: ArkUI_NodeContentEventType
pub const NODE_CONTENT_EVENT_ON_ATTACH_TO_WINDOW: ArkUI_NodeContentEventType
Defines the attach event.
Sourcepub const NODE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW: ArkUI_NodeContentEventType
pub const NODE_CONTENT_EVENT_ON_DETACH_FROM_WINDOW: ArkUI_NodeContentEventType
Defines the detach event.
Trait Implementations§
Source§impl Clone for ArkUI_NodeContentEventType
impl Clone for ArkUI_NodeContentEventType
Source§fn clone(&self) -> ArkUI_NodeContentEventType
fn clone(&self) -> ArkUI_NodeContentEventType
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_NodeContentEventType
impl Debug for ArkUI_NodeContentEventType
Source§impl Hash for ArkUI_NodeContentEventType
impl Hash for ArkUI_NodeContentEventType
impl Copy for ArkUI_NodeContentEventType
impl Eq for ArkUI_NodeContentEventType
impl StructuralPartialEq for ArkUI_NodeContentEventType
Auto Trait Implementations§
impl Freeze for ArkUI_NodeContentEventType
impl RefUnwindSafe for ArkUI_NodeContentEventType
impl Send for ArkUI_NodeContentEventType
impl Sync for ArkUI_NodeContentEventType
impl Unpin for ArkUI_NodeContentEventType
impl UnwindSafe for ArkUI_NodeContentEventType
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)