Docs.rs
rustzx-core-0.16.0
rustzx-core 0.16.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
pacmancoder
Dependencies
aym ^0.16.0
normal
optional
bitflags ^1.3
normal
displaydoc ^0.2
normal
enum_dispatch ^0.3
normal
from_variants ^0.6
normal
lazy_static ^1.1
normal
rustzx-z80 ^0.16.0
normal
strum ^0.22
normal
optional
Versions
31.48%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustzx_
core
0.16.0
Screen
Asset
Implementors
In rustzx_
core::
host
rustzx_core
::
host
Trait
ScreenAsset
Copy item path
Source
pub trait ScreenAsset:
LoadableAsset
+
SeekableAsset
{ }
Implementors
§
Source
§
impl<T>
ScreenAsset
for T
where T:
LoadableAsset
+
SeekableAsset
,