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
fn assert_receiver_is_total_eq(&self)
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
impl Copy for MouseButton
impl Clone for MouseButton
fn clone(&self) -> MouseButton
fn clone_from(&mut self, source: &Self)
impl Eq for MouseButton
fn assert_receiver_is_total_eq(&self)
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).