Struct ExBlendAnimation
pub struct ExBlendAnimation<'ex> { /* private fields */ }Expand description
Default-param extender for AnimationNode::blend_animation_ex.
Implementations§
§impl<'ex> ExBlendAnimation<'ex>
impl<'ex> ExBlendAnimation<'ex>
pub fn looped_flag(self, looped_flag: LoopedFlag) -> ExBlendAnimation<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExBlendAnimation<'ex>
impl<'ex> RefUnwindSafe for ExBlendAnimation<'ex>
impl<'ex> !Send for ExBlendAnimation<'ex>
impl<'ex> !Sync for ExBlendAnimation<'ex>
impl<'ex> Unpin for ExBlendAnimation<'ex>
impl<'ex> !UnwindSafe for ExBlendAnimation<'ex>
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