pub enum AnimationDispose {
Auto,
None,
Dispose,
}Expand description
TS Animations.frames[].dispose string-union.
Variants§
Trait Implementations§
Source§impl Clone for AnimationDispose
impl Clone for AnimationDispose
Source§fn clone(&self) -> AnimationDispose
fn clone(&self) -> AnimationDispose
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnimationDispose
Source§impl Debug for AnimationDispose
impl Debug for AnimationDispose
impl Eq for AnimationDispose
Source§impl PartialEq for AnimationDispose
impl PartialEq for AnimationDispose
Source§fn eq(&self, other: &AnimationDispose) -> bool
fn eq(&self, other: &AnimationDispose) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnimationDispose
Auto Trait Implementations§
impl Freeze for AnimationDispose
impl RefUnwindSafe for AnimationDispose
impl Send for AnimationDispose
impl Sync for AnimationDispose
impl Unpin for AnimationDispose
impl UnsafeUnpin for AnimationDispose
impl UnwindSafe for AnimationDispose
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