Struct gstreamer_gl_sys::GstGLColorConvert
source · #[repr(C)]pub struct GstGLColorConvert {
pub parent: GstObject,
pub context: *mut GstGLContext,
pub in_info: GstVideoInfo,
pub out_info: GstVideoInfo,
pub initted: gboolean,
pub passthrough: gboolean,
pub inbuf: *mut GstBuffer,
pub outbuf: *mut GstBuffer,
pub fbo: *mut GstGLFramebuffer,
pub shader: *mut GstGLShader,
pub priv_: *mut GstGLColorConvertPrivate,
pub _reserved: [gpointer; 4],
}Fields§
§parent: GstObject§context: *mut GstGLContext§in_info: GstVideoInfo§out_info: GstVideoInfo§initted: gboolean§passthrough: gboolean§inbuf: *mut GstBuffer§outbuf: *mut GstBuffer§fbo: *mut GstGLFramebuffer§shader: *mut GstGLShader§priv_: *mut GstGLColorConvertPrivate§_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLColorConvert
impl Clone for GstGLColorConvert
source§fn clone(&self) -> GstGLColorConvert
fn clone(&self) -> GstGLColorConvert
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