Enum autogui::MouseButton [] [src]

pub enum MouseButton {
    Left,
    Right,
}

Mouse buttons

Variants

Trait Implementations

impl Debug for MouseButton
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Copy for MouseButton
[src]

Auto Trait Implementations

impl Send for MouseButton

impl Sync for MouseButton