pub struct RenderableAnimatedImage {
pub xy: Coord,
pub image: AnimatedIndexedImage,
}
Fields§
§xy: Coord
§image: AnimatedIndexedImage
Implementations§
source§impl RenderableAnimatedImage
impl RenderableAnimatedImage
pub fn new(xy: Coord, image: AnimatedIndexedImage) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RenderableAnimatedImage
impl Send for RenderableAnimatedImage
impl Sync for RenderableAnimatedImage
impl Unpin for RenderableAnimatedImage
impl UnwindSafe for RenderableAnimatedImage
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