MCPcopy Create free account
hub / github.com/endbasic/endbasic / LossyPixel

Class LossyPixel

std/src/gfx/lcd/buffered/tests.rs:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235#[derive(Clone, Copy)]
236struct LossyPixel([u8; 1]);
237
238impl AsByteSlice for LossyPixel {
239 fn as_slice(&self) -> &[u8] {

Callers 1

encodeMethod · 0.85

Calls

no outgoing calls

Tested by 1

encodeMethod · 0.68