#[repr(C)]pub struct GstGLRenderbufferAllocatorClass {
pub parent_class: GstGLBaseMemoryAllocatorClass,
pub _padding: [gpointer; 4],
}Fields§
§parent_class: GstGLBaseMemoryAllocatorClass§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLRenderbufferAllocatorClass
impl Clone for GstGLRenderbufferAllocatorClass
source§fn clone(&self) -> GstGLRenderbufferAllocatorClass
fn clone(&self) -> GstGLRenderbufferAllocatorClass
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