#[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 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 Debug for AnimationTrackType
impl Debug for AnimationTrackType
Source§impl Hash for AnimationTrackType
impl Hash for AnimationTrackType
Source§impl PartialEq for AnimationTrackType
impl PartialEq for AnimationTrackType
impl Copy for AnimationTrackType
impl Eq for AnimationTrackType
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 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