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

Method as_slice

std/src/gfx/lcd/mod.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36
37impl AsByteSlice for RGB565Pixel {
38 fn as_slice(&self) -> &[u8] {
39 &self.0
40 }
41}
42
43/// Primitives that an LCD must define.

Calls

no outgoing calls