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