Struct gstreamer_gl_sys::GstGLBufferPool
source · #[repr(C)]pub struct GstGLBufferPool {
pub bufferpool: GstBufferPool,
pub context: *mut GstGLContext,
pub priv_: *mut GstGLBufferPoolPrivate,
pub _padding: [gpointer; 4],
}Fields§
§bufferpool: GstBufferPool§context: *mut GstGLContext§priv_: *mut GstGLBufferPoolPrivate§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLBufferPool
impl Clone for GstGLBufferPool
source§fn clone(&self) -> GstGLBufferPool
fn clone(&self) -> GstGLBufferPool
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