Struct ExStop
pub struct ExStop<'a> { /* private fields */ }
Expand description
Default-param extender for AnimationPlayer::stop_ex
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExStop<'a>
impl<'a> RefUnwindSafe for ExStop<'a>
impl<'a> !Send for ExStop<'a>
impl<'a> !Sync for ExStop<'a>
impl<'a> Unpin for ExStop<'a>
impl<'a> !UnwindSafe for ExStop<'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