Enum droom_ui::callback::button::MouseButtonState [] [src]

pub enum MouseButtonState {
    Released,
    Pressed,
}

Specifies what happened to the mouse button in the ButtonCb.

Variants

Trait Implementations

impl Debug for MouseButtonState
[src]

Formats the value using the given formatter.

impl Copy for MouseButtonState
[src]

impl Clone for MouseButtonState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MouseButtonState
[src]

impl PartialEq for MouseButtonState
[src]

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

This method tests for !=.