Struct gstreamer_sys::GstBufferPool
source · #[repr(C)]pub struct GstBufferPool {
pub object: GstObject,
pub flushing: c_int,
pub priv_: *mut GstBufferPoolPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields§
§object: GstObject§flushing: c_int§priv_: *mut GstBufferPoolPrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstBufferPool
impl Clone for GstBufferPool
source§fn clone(&self) -> GstBufferPool
fn clone(&self) -> GstBufferPool
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