[][src]Struct gstreamer_gl_sys::GstGLOverlayCompositor

#[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

impl Clone for GstGLOverlayCompositor[src]

impl Copy for GstGLOverlayCompositor[src]

impl Debug for GstGLOverlayCompositor[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.