Docs.rs
micro-gui-0.1.0
micro-gui 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ryankurte
Dependencies
sdl2 ^0.30
normal
optional
Versions
48.67%
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
PixelBW
micro_
gui
0.1.0
PixelBW
Trait Implementations
BW
RGB
In micro_
gui::
types::
pixel
micro_gui
::
types
::
pixel
Type Alias
PixelBW
Copy item path
Source
pub type PixelBW =
bool
;
Expand description
1-bit wlack and white pixel implementation
Trait Implementations
§
Source
§
impl
BW
for
PixelBW
Source
§
fn
black
() -> Self
Source
§
fn
white
() -> Self
Source
§
impl
RGB
for
PixelBW
Source
§
fn
red
() -> Self
Source
§
fn
green
() -> Self
Source
§
fn
blue
() -> Self