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