mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-04 23:29:39 +00:00
allocator: Implement Copy on AllocationParams
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1667>
This commit is contained in:
parent
d6770a8a00
commit
7a36bd2790
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use glib::translate::*;
|
|||
|
||||
use crate::{ffi, MemoryFlags};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[doc(alias = "GstAllocationParams")]
|
||||
#[repr(transparent)]
|
||||
pub struct AllocationParams(ffi::GstAllocationParams);
|
||||
|
|
Loading…
Reference in a new issue