copy_device: add new utility
This commit is contained in:
parent
f2a0221c9e
commit
fa897f0f76
9 changed files with 2068 additions and 10 deletions
|
|
@ -221,7 +221,7 @@ pub struct CopyTexture {
|
|||
pub cd: Rc<ColorDescription>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct SyncFile(pub Rc<OwnedFd>);
|
||||
|
||||
impl Deref for SyncFile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue