pub enum AnimationDirection {
Forward,
Reverse,
}
Expand description
Animation directions
Variants§
Trait Implementations§
Source§impl Clone for AnimationDirection
impl Clone for AnimationDirection
Source§fn clone(&self) -> AnimationDirection
fn clone(&self) -> AnimationDirection
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 AnimationDirection
impl Debug for AnimationDirection
Source§impl PartialEq for AnimationDirection
impl PartialEq for AnimationDirection
Source§impl Serialize for AnimationDirection
impl Serialize for AnimationDirection
impl Copy for AnimationDirection
impl StructuralPartialEq for AnimationDirection
Auto Trait Implementations§
impl Freeze for AnimationDirection
impl RefUnwindSafe for AnimationDirection
impl Send for AnimationDirection
impl Sync for AnimationDirection
impl Unpin for AnimationDirection
impl UnwindSafe for AnimationDirection
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