pub struct AnimatedSprite { /* private fields */ }Expand description
Represents an animated sprite with multiple frames
Implementations§
Trait Implementations§
Source§impl Clone for AnimatedSprite
impl Clone for AnimatedSprite
Source§fn clone(&self) -> AnimatedSprite
fn clone(&self) -> AnimatedSprite
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Renderable for AnimatedSprite
impl Renderable for AnimatedSprite
Auto Trait Implementations§
impl Freeze for AnimatedSprite
impl !RefUnwindSafe for AnimatedSprite
impl !Send for AnimatedSprite
impl !Sync for AnimatedSprite
impl Unpin for AnimatedSprite
impl !UnwindSafe for AnimatedSprite
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