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: GstGLDisplayname: *mut c_chardisplay: gpointerxcb_connection: gpointerforeign_display: gboolean_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLDisplayX11impl !Send for GstGLDisplayX11impl !Sync for GstGLDisplayX11impl Unpin for GstGLDisplayX11impl UnwindSafe for GstGLDisplayX11Blanket Implementations
Mutably borrows from an owned value. Read more