Docs.rs
playdate-graphics-0.3.12
playdate-graphics 0.3.12
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
boozook
Dependencies
playdate-color ^0.2
normal
playdate-fs ^0.2
normal
playdate-sys ^0.2
normal
playdate-display ^0.3
dev
playdate-system ^0.3
dev
Versions
80.43%
of the crate is documented
Go to latest version
Platform
thumbv7em-none-eabihf
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
☰
playdate_graphics
0.3.12
IntoLCDColor
Required Methods
into_color
Implementations on Foreign Types
&'t [u8; 16]
LCDSolidColor
Implementors
In playdate_graphics::bitmap
?
Trait
playdate_graphics
::
bitmap
::
IntoLCDColor
source
·
[
−
]
pub trait IntoLCDColor { // Required method fn
into_color
(self) -> usize; }
Required Methods
§
source
fn
into_color
(self) -> usize
Implementations on Foreign Types
§
source
§
impl
IntoLCDColor
for
LCDSolidColor
source
§
fn
into_color
(self) -> usize
source
§
impl<'t>
IntoLCDColor
for &'t [u8; 16]
where usize: 't,
source
§
fn
into_color
(self) -> usize
Implementors
§