Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ pixels
Method
pixels
crates/virtual-machine/src/devices/framebuffer.rs:50–52 ·
view source on GitHub ↗
The buffer the GUI displays.
(&self)
Source
from the content-addressed store, hash-verified
48
double_buffered: false,
49
fill_count: 0,
50
version: 0,
51
}
52
}
53
54
/// The buffer the GUI displays.
55
pub fn pixels(&self) -> &[u8] {
Callers
4
peek_bytes
Method · 0.80
peek_bytes_raw
Method · 0.80
peek_framebuffer
Method · 0.80
fill_register_clears_whole_buffer
Function · 0.80
Calls
no outgoing calls
Tested by
1
fill_register_clears_whole_buffer
Function · 0.64