#[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§
source§impl Clone for GstGLMemoryAllocatorClass
impl Clone for GstGLMemoryAllocatorClass
source§fn clone(&self) -> GstGLMemoryAllocatorClass
fn clone(&self) -> GstGLMemoryAllocatorClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more