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: GstAllocator
fallback_mem_copy: GstMemoryCopyFunction
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLBaseMemoryAllocator
impl !Send for GstGLBaseMemoryAllocator
impl !Sync for GstGLBaseMemoryAllocator
impl Unpin for GstGLBaseMemoryAllocator
impl UnwindSafe for GstGLBaseMemoryAllocator
Blanket Implementations
Mutably borrows from an owned value. Read more