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