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