Enum zaplib_components::ButtonEvent
source · [−]pub enum ButtonEvent {
None,
Clicked,
Down,
Up,
}
Variants
None
Clicked
Down
Up
Trait Implementations
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