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