Struct gstreamer_gl_wayland_sys::GstGLDisplayWayland [−][src]
#[repr(C)]pub struct GstGLDisplayWayland { pub parent: GstGLDisplay, pub display: gpointer, pub registry: gpointer, pub compositor: gpointer, pub subcompositor: gpointer, pub shell: gpointer, pub foreign_display: gboolean, pub _padding: [gpointer; 4], }
Fields
parent: GstGLDisplaydisplay: gpointerregistry: gpointercompositor: gpointersubcompositor: gpointershell: gpointerforeign_display: gboolean_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLDisplayWaylandimpl !Send for GstGLDisplayWaylandimpl !Sync for GstGLDisplayWaylandimpl Unpin for GstGLDisplayWaylandimpl UnwindSafe for GstGLDisplayWaylandBlanket Implementations
Mutably borrows from an owned value. Read more