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