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: GstObject
context: *mut GstGLContext
priv_: *mut GstGLSLStagePrivate
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLSLStage
impl !Send for GstGLSLStage
impl !Sync for GstGLSLStage
impl Unpin for GstGLSLStage
impl UnwindSafe for GstGLSLStage
Blanket Implementations
Mutably borrows from an owned value. Read more