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