Struct gstreamer_gl_sys::GstGLQuery
source · #[repr(C)]pub struct GstGLQuery {
pub context: *mut GstGLContext,
pub query_type: c_uint,
pub query_id: c_uint,
pub supported: gboolean,
pub start_called: gboolean,
pub debug: GstGLAsyncDebug,
pub _padding: [gpointer; 4],
}Fields§
§context: *mut GstGLContext§query_type: c_uint§query_id: c_uint§supported: gboolean§start_called: gboolean§debug: GstGLAsyncDebug§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLQuery
impl Clone for GstGLQuery
source§fn clone(&self) -> GstGLQuery
fn clone(&self) -> GstGLQuery
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