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