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
AnyBitmap
playdate_
graphics
0.6.1
AnyBitmap
Implementations on Foreign Types
&T
Implementors
In playdate_
graphics::
bitmap
playdate_graphics
::
bitmap
Trait
AnyBitmap
Copy item path
Source
pub trait AnyBitmap:
AsRaw
<Type =
LCDBitmap
> +
BitmapApi
{ }
Implementations on Foreign Types
§
Source
§
impl<T:
AnyBitmap
>
AnyBitmap
for &T
Implementors
§
Source
§
impl
AnyBitmap
for
BitmapRef
<'_>
Source
§
impl<Api:
Api
, const FOD: bool>
AnyBitmap
for
Bitmap
<Api, FOD>