mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
bufferpool: Derive Copy and Clone for BufferPoolAcquireParams
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1675>
This commit is contained in:
parent
174a4e9ea7
commit
7ca1e586d5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ impl BufferPoolConfigRef {
|
|||
// TODO: options iterator
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[doc(alias = "GstBufferPoolAcquireParams")]
|
||||
pub struct BufferPoolAcquireParams(ffi::GstBufferPoolAcquireParams);
|
||||
|
||||
|
|
Loading…
Reference in a new issue