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