pub enum MouseKind {
Press,
Release,
Drag,
ScrollUp,
ScrollDown,
}Variants§
Trait Implementations§
impl Copy for MouseKind
impl Eq for MouseKind
impl StructuralPartialEq for MouseKind
Auto Trait Implementations§
impl Freeze for MouseKind
impl RefUnwindSafe for MouseKind
impl Send for MouseKind
impl Sync for MouseKind
impl Unpin for MouseKind
impl UnsafeUnpin for MouseKind
impl UnwindSafe for MouseKind
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