#[repr(u32)]pub enum AnimationTrackType {
TypeValue = 0,
TypeTransform = 1,
TypeMethod = 2,
TypeBezier = 3,
TypeAudio = 4,
TypeAnimation = 5,
}Variants§
Trait Implementations§
Source§impl Clone for AnimationTrackType
impl Clone for AnimationTrackType
Source§fn clone(&self) -> AnimationTrackType
fn clone(&self) -> AnimationTrackType
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 AnimationTrackType
Source§impl Debug for AnimationTrackType
impl Debug for AnimationTrackType
impl Eq for AnimationTrackType
Source§impl Hash for AnimationTrackType
impl Hash for AnimationTrackType
Source§impl PartialEq for AnimationTrackType
impl PartialEq for AnimationTrackType
Source§fn eq(&self, other: &AnimationTrackType) -> bool
fn eq(&self, other: &AnimationTrackType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnimationTrackType
Auto Trait Implementations§
impl Freeze for AnimationTrackType
impl RefUnwindSafe for AnimationTrackType
impl Send for AnimationTrackType
impl Sync for AnimationTrackType
impl Unpin for AnimationTrackType
impl UnsafeUnpin for AnimationTrackType
impl UnwindSafe for AnimationTrackType
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