Enum web_sys_main_loop::MouseButton
source · pub enum MouseButton {
None,
Left,
Right,
Scroll,
Misc1,
Misc2,
}
Expand description
The possible buttons that can be pressed on a mouse.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for MouseButton
impl Send for MouseButton
impl Sync for MouseButton
impl Unpin for MouseButton
impl UnwindSafe for MouseButton
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