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