Enum button_controller::ButtonEvent [−][src]
pub enum ButtonEvent {
MouseEnter,
MouseLeave,
Press,
Click,
Cancel,
}Button event signals.
Variants
MouseEnterMouse entered button.
MouseLeaveMouse leaved button.
PressButton was pressed.
ClickThe button was clicked.
CancelThe button press was canceled.
Trait Implementations
impl Clone for ButtonEvent[src]
impl Clone for ButtonEventfn clone(&self) -> ButtonEvent[src]
fn clone(&self) -> ButtonEventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for ButtonEvent[src]
impl Copy for ButtonEventimpl PartialEq for ButtonEvent[src]
impl PartialEq for ButtonEventfn eq(&self, other: &ButtonEvent) -> bool[src]
fn eq(&self, other: &ButtonEvent) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for ButtonEvent[src]
impl Debug for ButtonEventAuto Trait Implementations
impl Send for ButtonEvent
impl Send for ButtonEventimpl Sync for ButtonEvent
impl Sync for ButtonEvent