MCPcopy Create free account
hub / github.com/Ruddle/Fomos / FB

Class FB

bootloader/kernel/src/framebuffer.rs:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175#[derive(Clone)]
176#[repr(C)]
177pub struct FB {
178 pub pixels: Vec<RGBA>,
179 pub backbuffer: Vec<RGBA>,
180 pub w: usize,
181 pub h: usize,
182}
183
184#[repr(C)]
185pub struct FBShare<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected