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