pub struct NodeContentEvent { /* private fields */ }Expand description
Event payload passed to node-content callbacks.
Implementations§
Source§impl NodeContentEvent
impl NodeContentEvent
Sourcepub fn event_type(&self) -> NodeContentEventType
pub fn event_type(&self) -> NodeContentEventType
Returns the concrete event kind.
Sourcepub fn node_content_handle(&self) -> Option<ArkUIHandle>
pub fn node_content_handle(&self) -> Option<ArkUIHandle>
Returns the NodeContent handle associated with this callback.
Auto Trait Implementations§
impl !Send for NodeContentEvent
impl !Sync for NodeContentEvent
impl Freeze for NodeContentEvent
impl RefUnwindSafe for NodeContentEvent
impl Unpin for NodeContentEvent
impl UnsafeUnpin for NodeContentEvent
impl UnwindSafe for NodeContentEvent
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