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 moresource§impl Debug for GstGLQuery
impl Debug for GstGLQuery
impl Copy for GstGLQuery
Auto Trait Implementations§
impl Freeze for GstGLQuery
impl RefUnwindSafe for GstGLQuery
impl !Send for GstGLQuery
impl !Sync for GstGLQuery
impl Unpin for GstGLQuery
impl UnwindSafe for GstGLQuery
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)