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