Struct ExPlayBackwards
pub struct ExPlayBackwards<'a> { /* private fields */ }
Expand description
Default-param extender for AnimationPlayer::play_backwards_ex
.
Implementations§
§impl<'a> ExPlayBackwards<'a>
impl<'a> ExPlayBackwards<'a>
pub fn name(self, value: StringName) -> ExPlayBackwards<'a>
pub fn custom_blend(self, value: f64) -> ExPlayBackwards<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExPlayBackwards<'a>
impl<'a> RefUnwindSafe for ExPlayBackwards<'a>
impl<'a> !Send for ExPlayBackwards<'a>
impl<'a> !Sync for ExPlayBackwards<'a>
impl<'a> Unpin for ExPlayBackwards<'a>
impl<'a> !UnwindSafe for ExPlayBackwards<'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