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

Method drop

std/src/gfx/lcd/buffered/mod.rs:333–336  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

331 L: Lcd,
332{
333 fn drop(&mut self) {
334 self.set_draw_color((0, 0, 0));
335 self.clear().unwrap();
336 }
337}
338
339impl<L> RasterOps for BufferedLcd<L>

Callers

nothing calls this directly

Calls 2

set_draw_colorMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected