pub enum UiEventKind {
Show 14 variants
Click,
PointerDown,
PointerMove,
PointerUp,
Wheel,
KeyDown,
KeyUp,
Input,
CompositionStart,
CompositionUpdate,
CompositionEnd,
Focus,
Blur,
Change,
}Variants§
Click
PointerDown
PointerMove
PointerUp
Wheel
KeyDown
KeyUp
Input
CompositionStart
CompositionUpdate
CompositionEnd
Focus
Blur
Change
Trait Implementations§
Source§impl Clone for UiEventKind
impl Clone for UiEventKind
Source§fn clone(&self) -> UiEventKind
fn clone(&self) -> UiEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UiEventKind
Source§impl Debug for UiEventKind
impl Debug for UiEventKind
impl Eq for UiEventKind
Source§impl Hash for UiEventKind
impl Hash for UiEventKind
Source§impl PartialEq for UiEventKind
impl PartialEq for UiEventKind
impl StructuralPartialEq for UiEventKind
Auto Trait Implementations§
impl Freeze for UiEventKind
impl RefUnwindSafe for UiEventKind
impl Send for UiEventKind
impl Sync for UiEventKind
impl Unpin for UiEventKind
impl UnsafeUnpin for UiEventKind
impl UnwindSafe for UiEventKind
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