⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_framebuffer

Function with_framebuffer 

Source
pub fn with_framebuffer<R, F: FnOnce(&mut Framebuffer) -> R>(f: F) -> R
Expand description

Execute a closure with the framebuffer (mutable access)