Docs.rs
swamp-render-0.0.14
swamp-render 0.0.14
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piot
Dependencies
int_math ^0.0.2
normal
monotonic-time-rs ^0.0.5
normal
tracing ^0.1.40
normal
Versions
9.76%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
swamp_
render
0.0.14
Animation
Lookup
Required Methods
frame
Implementors
In swamp_
render::
anim
swamp_render
::
anim
Trait
AnimationLookup
Copy item path
Source
pub trait AnimationLookup { // Required method fn
frame
(&self) ->
u16
; }
Required Methods
§
Source
fn
frame
(&self) ->
u16
Implementors
§
Source
§
impl
AnimationLookup
for
FrameAnimation