Enum glutin::MouseButton
[−]
[src]
pub enum MouseButton { Left, Right, Middle, Other(u8), }
Variants
Left | ||
Right | ||
Middle | ||
Other |
pub enum MouseButton { Left, Right, Middle, Other(u8), }
Left | ||
Right | ||
Middle | ||
Other |
impl Copy for MouseButton
impl Clone for MouseButton
fn clone(&self) -> MouseButton
fn clone_from(&mut self, source: &Self)
impl Eq for MouseButton
impl PartialEq for MouseButton
fn eq(&self, __arg_0: &MouseButton) -> bool
fn ne(&self, __arg_0: &MouseButton) -> bool
impl Hash for MouseButton
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for MouseButton