Struct gstreamer_gl_sys::GstGLOverlayCompositor [−][src]
#[repr(C)]pub struct GstGLOverlayCompositor { pub parent: GstObject, pub context: *mut GstGLContext, pub last_window_width: c_uint, pub last_window_height: c_uint, pub overlays: *mut GList, pub shader: *mut GstGLShader, pub position_attrib: c_int, pub texcoord_attrib: c_int, pub _padding: [gpointer; 4], }
Fields
parent: GstObject
context: *mut GstGLContext
last_window_width: c_uint
last_window_height: c_uint
overlays: *mut GList
shader: *mut GstGLShader
position_attrib: c_int
texcoord_attrib: c_int
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLOverlayCompositor
impl !Send for GstGLOverlayCompositor
impl !Sync for GstGLOverlayCompositor
impl Unpin for GstGLOverlayCompositor
impl UnwindSafe for GstGLOverlayCompositor
Blanket Implementations
Mutably borrows from an owned value. Read more