Enum enamel::MouseButton []

pub enum MouseButton {
    Left,
    Right,
    Middle,
    Other(u8),
}

Variants

Trait Implementations

impl Copy for MouseButton

impl Eq for MouseButton

impl Hash for MouseButton

impl PartialEq<MouseButton> for MouseButton

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for MouseButton

Formats the value using the given formatter.

impl Clone for MouseButton

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more