#[repr(C)]pub struct GstBufferPoolAcquireParams {
pub format: GstFormat,
pub start: i64,
pub stop: i64,
pub flags: GstBufferPoolAcquireFlags,
pub _gst_reserved: [gpointer; 4],
}Fields§
§format: GstFormat§start: i64§stop: i64§flags: GstBufferPoolAcquireFlags§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstBufferPoolAcquireParams
impl Clone for GstBufferPoolAcquireParams
source§fn clone(&self) -> GstBufferPoolAcquireParams
fn clone(&self) -> GstBufferPoolAcquireParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more