Enum axle::MouseButton [] [src]

#[repr(u8)]
pub enum MouseButton { Unknown, Left, Middle, Right, X1, X2, }

Variants

Methods

impl MouseButton
[src]

[src]

Trait Implementations

impl Copy for MouseButton
[src]

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 PartialEq<MouseButton> for MouseButton
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for MouseButton
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq 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

Auto Trait Implementations

impl Send for MouseButton

impl Sync for MouseButton