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: GstObject
display: *mut GstGLDisplay
window: *mut GstGLWindow
gl_vtable: *mut GstGLFuncs
priv_: *mut GstGLContextPrivate
_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLContext
impl !Send for GstGLContext
impl !Sync for GstGLContext
impl Unpin for GstGLContext
impl UnwindSafe for GstGLContext
Blanket Implementations
Mutably borrows from an owned value. Read more