Struct gstreamer_gl_sys::GstGLContext [−][src]
#[repr(C)]pub struct GstGLContext { pub parent: GstObject, pub display: *mut GstGLDisplay, pub window: *mut GstGLWindow, pub gl_vtable: *mut GstGLFuncs, pub priv_: *mut GstGLContextPrivate, pub _reserved: [gpointer; 4], }
Fields
parent: GstObjectdisplay: *mut GstGLDisplaywindow: *mut GstGLWindowgl_vtable: *mut GstGLFuncspriv_: *mut GstGLContextPrivate_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLContextimpl !Send for GstGLContextimpl !Sync for GstGLContextimpl Unpin for GstGLContextimpl UnwindSafe for GstGLContextBlanket Implementations
Mutably borrows from an owned value. Read more