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