Struct gstreamer_gl_sys::GstGLColorConvertClass
source · #[repr(C)]pub struct GstGLColorConvertClass {
pub object_class: GstObjectClass,
pub _padding: [gpointer; 4],
}Fields§
§object_class: GstObjectClass§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLColorConvertClass
impl Clone for GstGLColorConvertClass
source§fn clone(&self) -> GstGLColorConvertClass
fn clone(&self) -> GstGLColorConvertClass
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