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