#[repr(C)]pub struct GstGLVideoAllocationParams {
pub parent: GstGLAllocationParams,
pub v_info: *mut GstVideoInfo,
pub plane: c_uint,
pub valign: *mut GstVideoAlignment,
pub target: GstGLTextureTarget,
pub tex_format: GstGLFormat,
pub _padding: [gpointer; 4],
}Fields§
§parent: GstGLAllocationParams§v_info: *mut GstVideoInfo§plane: c_uint§valign: *mut GstVideoAlignment§target: GstGLTextureTarget§tex_format: GstGLFormat§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLVideoAllocationParams
impl Clone for GstGLVideoAllocationParams
source§fn clone(&self) -> GstGLVideoAllocationParams
fn clone(&self) -> GstGLVideoAllocationParams
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