Docs.rs
playdate-graphics-0.6.1
playdate-graphics 0.6.1
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.5
normal
playdate-display ^0.3
dev
playdate-system ^0.3
dev
Versions
76.47%
of the crate is documented
Platform
aarch64-apple-darwin
thumbv7em-none-eabihf
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
IntoLCDColor
playdate_
graphics
0.6.1
IntoLCD
Color
Required Methods
into_color
Implementations on Foreign Types
&'t [u8; 16]
LCDSolidColor
Implementors
In playdate_
graphics::
bitmap
playdate_graphics
::
bitmap
Trait
IntoLCD
Color
Copy item path
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
§