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