1
0
Fork 0
forked from wry/wry

metal: split video object model

This commit is contained in:
kossLAN 2026-05-29 21:19:57 -04:00
parent 774177390e
commit 7a49da0a48
No known key found for this signature in database
5 changed files with 424 additions and 354 deletions

View file

@ -1,4 +1,15 @@
use super::*;
use {
crate::{
copy_device::{CopyDevice, CopyDeviceRegistry},
utils::errorfmt::ErrorFmt,
},
std::{
cell::OnceCell,
fmt::{Debug, Formatter},
rc::Rc,
},
uapi::c::dev_t,
};
pub struct CopyDeviceHolder {
pub registry: Rc<CopyDeviceRegistry>,