Struct gstreamer_gl_egl_sys::GstGLDisplayEGL [−][src]
#[repr(C)]pub struct GstGLDisplayEGL { pub parent: GstGLDisplay, pub display: gpointer, pub foreign_display: gboolean, pub _padding: [gpointer; 4], }
Fields
parent: GstGLDisplay
display: gpointer
foreign_display: gboolean
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLDisplayEGL
impl !Send for GstGLDisplayEGL
impl !Sync for GstGLDisplayEGL
impl Unpin for GstGLDisplayEGL
impl UnwindSafe for GstGLDisplayEGL
Blanket Implementations
Mutably borrows from an owned value. Read more