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