Docs.rs
p-chan-0.2.0
p-chan 0.2.0
Docs.rs crate page
Apache-2.0
OR
BSL-1.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
AldaronLau
Dependencies
bytemuck ^1.22.0
normal
insta ^1.42.2
dev
Versions
100%
of the crate is documented
Go to latest version
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
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
p_chan
0.2.0
Module unsigned
Module Items
Structs
In crate p_
chan
p_chan
Module
unsigned
Copy item path
Source
Expand description
Unsigned channel newtypes
Structs
ยง
Ch8
8-bit (0 to 255) unsigned integer channel value
Ch12
12-bit unsigned integer (0 to 4_095) channel value
Ch16
16-bit unsigned integer (0 to 65_535) channel value
Ch24
24-bit unsigned integer (0 to 16_777_215) channel value
Ch32
32-bit float (0 to 1) channel value
Ch64
64-bit float (0 to 1) channel value