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