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