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