pub enum ButtonLogicEvent {
Animate(AnimateEvent),
AnimEnded(AnimateEvent),
Over,
Default,
Down,
}
Variants§
Trait Implementations§
Source§impl Clone for ButtonLogicEvent
impl Clone for ButtonLogicEvent
Source§fn clone(&self) -> ButtonLogicEvent
fn clone(&self) -> ButtonLogicEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for ButtonLogicEvent
impl PartialEq for ButtonLogicEvent
impl StructuralPartialEq for ButtonLogicEvent
Auto Trait Implementations§
impl Freeze for ButtonLogicEvent
impl RefUnwindSafe for ButtonLogicEvent
impl Send for ButtonLogicEvent
impl Sync for ButtonLogicEvent
impl Unpin for ButtonLogicEvent
impl UnwindSafe for ButtonLogicEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more