pub enum ClickType {
Left,
Double,
Triple,
Right,
Middle,
}Expand description
Type of mouse click to perform.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClickType
impl RefUnwindSafe for ClickType
impl Send for ClickType
impl Sync for ClickType
impl Unpin for ClickType
impl UnsafeUnpin for ClickType
impl UnwindSafe for ClickType
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