Struct gstreamer_gl_sys::GstGLOverlayCompositor
source · #[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: GstObjectcontext: *mut GstGLContextlast_window_width: c_uintlast_window_height: c_uintoverlays: *mut GListshader: *mut GstGLShaderposition_attrib: c_inttexcoord_attrib: c_int_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLOverlayCompositor
impl Clone for GstGLOverlayCompositor
sourcefn clone(&self) -> GstGLOverlayCompositor
fn clone(&self) -> GstGLOverlayCompositor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLOverlayCompositor
impl Debug for GstGLOverlayCompositor
impl Copy for GstGLOverlayCompositor
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more