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