#[repr(u32)]pub enum AnimationTreeAnimationProcessMode {
Physics = 0,
Idle = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for AnimationTreeAnimationProcessMode
impl Clone for AnimationTreeAnimationProcessMode
Source§fn clone(&self) -> AnimationTreeAnimationProcessMode
fn clone(&self) -> AnimationTreeAnimationProcessMode
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 PartialEq for AnimationTreeAnimationProcessMode
impl PartialEq for AnimationTreeAnimationProcessMode
Source§fn eq(&self, other: &AnimationTreeAnimationProcessMode) -> bool
fn eq(&self, other: &AnimationTreeAnimationProcessMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AnimationTreeAnimationProcessMode
impl Eq for AnimationTreeAnimationProcessMode
impl StructuralPartialEq for AnimationTreeAnimationProcessMode
Auto Trait Implementations§
impl Freeze for AnimationTreeAnimationProcessMode
impl RefUnwindSafe for AnimationTreeAnimationProcessMode
impl Send for AnimationTreeAnimationProcessMode
impl Sync for AnimationTreeAnimationProcessMode
impl Unpin for AnimationTreeAnimationProcessMode
impl UnwindSafe for AnimationTreeAnimationProcessMode
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