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: GstGLDisplay
display: gpointer
registry: gpointer
compositor: gpointer
subcompositor: gpointer
shell: gpointer
foreign_display: gboolean
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLDisplayWayland
impl !Send for GstGLDisplayWayland
impl !Sync for GstGLDisplayWayland
impl Unpin for GstGLDisplayWayland
impl UnwindSafe for GstGLDisplayWayland
Blanket Implementations
Mutably borrows from an owned value. Read more