MCPcopy Index your code
hub / github.com/endbasic/endbasic / as_slice

Method as_slice

std/src/gfx/lcd/buffered/tests.rs:239–241  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

237
238impl AsByteSlice for LossyPixel {
239 fn as_slice(&self) -> &[u8] {
240 &self.0
241 }
242}
243
244struct LossyLcd;

Callers 2

newMethod · 0.45
fillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected