Docs.rs
playdate-sprite-0.2.0
playdate-sprite 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
boozook
Dependencies
playdate-graphics ^0.3
normal
playdate-sys ^0.2
normal
Versions
74.19%
of the crate is documented
Go to latest version
Platform
thumbv7em-none-eabihf
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
playdate_sprite
0.2.0
AnySprite
Implementations on Foreign Types
&T
Implementors
In crate playdate_sprite
?
Trait
playdate_sprite
::
AnySprite
source
·
[
−
]
pub trait AnySprite:
AsRaw
<Type =
LCDSprite
> +
SpriteApi
{ }
Implementations on Foreign Types
§
source
§
impl<T:
AnySprite
>
AnySprite
for &T
Implementors
§
source
§
impl
AnySprite
for
SpriteRef
source
§
impl<UD, Api:
Api
, const FOD: bool>
AnySprite
for
Sprite
<UD, Api, FOD>
source
§
impl<const FOD: bool, T, H>
AnySprite
for playdate_sprite::callback::collision::
Handle
<FOD, T, H>
where T:
TypedSprite
+ Sized +
AnySprite
, H:
SpriteCollisionResponse
,
source
§
impl<const FOD: bool, T, H>
AnySprite
for playdate_sprite::callback::draw::
Handle
<FOD, T, H>
where T:
TypedSprite
+ Sized +
AnySprite
, H:
SpriteDraw
,
source
§
impl<const FOD: bool, T, H>
AnySprite
for playdate_sprite::callback::update::
Handle
<FOD, T, H>
where T:
TypedSprite
+ Sized +
AnySprite
, H:
SpriteUpdate
,