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: GstGLDisplaydisplay: gpointerforeign_display: gboolean_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLDisplayEGLimpl !Send for GstGLDisplayEGLimpl !Sync for GstGLDisplayEGLimpl Unpin for GstGLDisplayEGLimpl UnwindSafe for GstGLDisplayEGLBlanket Implementations
Mutably borrows from an owned value. Read more