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

Class FB

app_console/src/st.rs:1877–1881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875
1876#[repr(C)]
1877pub struct FB<'a> {
1878 pub pixels: &'a mut [RGBA],
1879 pub w: usize,
1880 pub h: usize,
1881}
1882
1883use core::alloc::GlobalAlloc;
1884

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected