Struct hookmap_core::common::event::ButtonEvent [−][src]
pub struct ButtonEvent { pub target: Button, pub action: ButtonAction, }
Expand description
Information about the generated event.
Fields
target: Button
Target of the generated event.
action: ButtonAction
Action of the generated event.
Implementations
Creates a new ButtonEvent<T, A>
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ButtonEvent
impl Send for ButtonEvent
impl Sync for ButtonEvent
impl Unpin for ButtonEvent
impl UnwindSafe for ButtonEvent
Blanket Implementations
Mutably borrows from an owned value. Read more