#[repr(C)]pub struct ArkUI_NodeEvent { /* private fields */ }Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for ArkUI_NodeEvent
impl RefUnwindSafe for ArkUI_NodeEvent
impl Send for ArkUI_NodeEvent
impl Sync for ArkUI_NodeEvent
impl Unpin for ArkUI_NodeEvent
impl UnwindSafe for ArkUI_NodeEvent
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