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