Struct gstreamer_gl_sys::GstGLSLStage [−][src]
#[repr(C)]pub struct GstGLSLStage { pub parent: GstObject, pub context: *mut GstGLContext, pub priv_: *mut GstGLSLStagePrivate, pub _padding: [gpointer; 4], }
Fields
parent: GstObjectcontext: *mut GstGLContextpriv_: *mut GstGLSLStagePrivate_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLSLStageimpl !Send for GstGLSLStageimpl !Sync for GstGLSLStageimpl Unpin for GstGLSLStageimpl UnwindSafe for GstGLSLStageBlanket Implementations
Mutably borrows from an owned value. Read more