Enum inputbot::MouseButton [] [src]

pub enum MouseButton {
    LeftButton,
    MiddleButton,
    RightButton,
    X1Button,
    X2Button,
    OtherButton(u32),
}

Variants

Methods

impl MouseButton
[src]

[src]

[src]

Trait Implementations

impl Debug for MouseButton
[src]

[src]

Formats the value using the given formatter.

impl Eq for MouseButton
[src]

impl PartialEq for MouseButton
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for MouseButton
[src]

[src]

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

1.3.0
[src]

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

impl Copy for MouseButton
[src]

impl Clone for MouseButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more