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