MCPcopy Create free account
hub / github.com/KernelFreeze/etheryal-kernel / FramebufferWriter

Class FramebufferWriter

src/platform/framebuffer.rs:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41pub struct FramebufferWriter<'a> {
42 buffer: Volatile<&'a mut [u8]>,
43 info: FrameBufferInfo,
44 x_pos: usize,
45 y_pos: usize,
46}
47
48impl<'a> FramebufferWriter<'a> {
49 #[inline(always)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected