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

with_pool_mut

Function with_pool_mut 

Source
pub fn with_pool_mut<R, F: FnOnce(&mut WlShmPool) -> R>(
    pool_id: u32,
    f: F,
) -> Option<R>
Expand description

Execute a closure with mutable access to a specific pool.