bufferpool: Derive Copy and Clone for BufferPoolAcquireParams

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1675>
This commit is contained in:
Sebastian Dröge 2025-03-23 12:08:11 +02:00 committed by GStreamer Marge Bot
parent 174a4e9ea7
commit 7ca1e586d5

View file

@ -250,7 +250,7 @@ impl BufferPoolConfigRef {
// TODO: options iterator
}
#[derive(Debug)]
#[derive(Debug, Copy, Clone)]
#[doc(alias = "GstBufferPoolAcquireParams")]
pub struct BufferPoolAcquireParams(ffi::GstBufferPoolAcquireParams);