pub enum StateContent {
Clip(AnimationClip),
Tree(BlendTree),
}Variants§
Clip(AnimationClip)
Tree(BlendTree)
Trait Implementations§
Source§impl Clone for StateContent
impl Clone for StateContent
Source§fn clone(&self) -> StateContent
fn clone(&self) -> StateContent
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for StateContent
impl RefUnwindSafe for StateContent
impl Send for StateContent
impl Sync for StateContent
impl Unpin for StateContent
impl UnsafeUnpin for StateContent
impl UnwindSafe for StateContent
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