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

pub enum MouseButtonState {
    Released,
    Pressed,
}

Specifies what happened to the mouse button in the ButtonCb.

Variants

Released
Pressed

Trait Implementations

Derived Implementations

impl PartialEq for MouseButtonState

fn eq(&self, __arg_0: &MouseButtonState) -> bool

fn ne(&self, __arg_0: &MouseButtonState) -> bool

impl Eq for MouseButtonState

impl Clone for MouseButtonState

fn clone(&self) -> MouseButtonState

fn clone_from(&mut self, source: &Self)

impl Copy for MouseButtonState

impl Debug for MouseButtonState

fn fmt(&self, __arg_0: &mut Formatter) -> Result