Struct gstreamer_gl_sys::GstGLBuffer
source · #[repr(C)]pub struct GstGLBuffer {
pub mem: GstGLBaseMemory,
pub id: c_uint,
pub target: c_uint,
pub usage_hints: c_uint,
}Fields§
§mem: GstGLBaseMemory§id: c_uint§target: c_uint§usage_hints: c_uintTrait Implementations§
source§impl Clone for GstGLBuffer
impl Clone for GstGLBuffer
source§fn clone(&self) -> GstGLBuffer
fn clone(&self) -> GstGLBuffer
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