MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / Writer

Class Writer

kernel/src/vga_buffer.rs:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51pub struct Writer {
52 column_position: usize,
53 color_code: ColorCode,
54 buffer: &'static mut Buffer,
55}
56
57impl Writer {
58 pub fn write_byte(&mut self, byte: u8) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected