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

Class RGBA

bootloader/kernel/src/framebuffer.rs:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167#[derive(Debug, Clone, Copy, PartialEq, Eq)]
168#[repr(C)]
169pub struct RGBA {
170 pub r: u8,
171 pub g: u8,
172 pub b: u8,
173 pub a: u8,
174}
175#[derive(Clone)]
176#[repr(C)]
177pub struct FB {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected