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