Enum rustbox::mouse::Mouse [] [src]

pub enum Mouse {
    Left,
    Right,
    Middle,
    Release,
    WheelUp,
    WheelDown,
}

Variants

Methods

impl Mouse
[src]

Trait Implementations

impl Clone for Mouse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mouse
[src]

impl PartialEq for Mouse
[src]

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

This method tests for !=.

impl Eq for Mouse
[src]

impl Hash for Mouse
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Mouse
[src]

Formats the value using the given formatter.