pub enum AnimationEvent {
WindowOpen,
WindowMove,
WindowClose,
WorkspaceSwitch,
}Expand description
The compositor event that an animation definition applies to.
Variants§
Trait Implementations§
Source§impl Clone for AnimationEvent
impl Clone for AnimationEvent
Source§fn clone(&self) -> AnimationEvent
fn clone(&self) -> AnimationEvent
Returns a duplicate 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 Debug for AnimationEvent
impl Debug for AnimationEvent
Source§impl Default for AnimationEvent
impl Default for AnimationEvent
Source§fn default() -> AnimationEvent
fn default() -> AnimationEvent
Returns the “default value” for a type. Read more
Source§impl Hash for AnimationEvent
impl Hash for AnimationEvent
Source§impl PartialEq for AnimationEvent
impl PartialEq for AnimationEvent
Source§impl Serialize for AnimationEvent
impl Serialize for AnimationEvent
impl Copy for AnimationEvent
impl Eq for AnimationEvent
impl StructuralPartialEq for AnimationEvent
Auto Trait Implementations§
impl Freeze for AnimationEvent
impl RefUnwindSafe for AnimationEvent
impl Send for AnimationEvent
impl Sync for AnimationEvent
impl Unpin for AnimationEvent
impl UnwindSafe for AnimationEvent
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