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