pub struct ArkUI_UIInputEvent { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines the UI input event.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for ArkUI_UIInputEvent
impl RefUnwindSafe for ArkUI_UIInputEvent
impl Send for ArkUI_UIInputEvent
impl Sync for ArkUI_UIInputEvent
impl Unpin for ArkUI_UIInputEvent
impl UnwindSafe for ArkUI_UIInputEvent
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