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 GstGLContextquery_type: c_uintquery_id: c_uintsupported: gbooleanstart_called: gbooleandebug: GstGLAsyncDebug_padding: [gpointer; 4]Trait Implementations
sourceimpl Clone for GstGLQuery
impl Clone for GstGLQuery
sourcefn clone(&self) -> GstGLQuery
fn clone(&self) -> GstGLQuery
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstGLQuery
impl Debug for GstGLQuery
impl Copy for GstGLQuery
Auto Trait Implementations
impl RefUnwindSafe for GstGLQuery
impl !Send for GstGLQuery
impl !Sync for GstGLQuery
impl Unpin for GstGLQuery
impl UnwindSafe for GstGLQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more