Docs.rs
decay-0.1.5
decay 0.1.5
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
oracle58
Dependencies
Versions
23.43%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Resource
decay
0.1.5
Resource
Implementors
In decay::
core
decay
::
core
Trait
Resource
Copy item path
Source
pub trait Resource: 'static { }
Expand description
Marker trait for singleton data stored in the world.
Implementors
§
Source
§
impl
Resource
for
Rng
Source
§
impl
Resource
for
DeltaTime
Source
§
impl
Resource
for
UiState
Source
§
impl
Resource
for
Theme
Source
§
impl
Resource
for
Input
Source
§
impl
Resource
for
AppExit
Source
§
impl
Resource
for
Cmd
Source
§
impl<S: 'static +
Clone
+
PartialEq
>
Resource
for
State
<S>
Source
§
impl<T: 'static>
Resource
for
Events
<T>