#[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§
source§impl Clone for GstGLBaseMemoryAllocator
impl Clone for GstGLBaseMemoryAllocator
source§fn clone(&self) -> GstGLBaseMemoryAllocator
fn clone(&self) -> GstGLBaseMemoryAllocator
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