#[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
impl Copy for GstGLQuery
Auto Trait Implementations§
impl !Send for GstGLQuery
impl !Sync for GstGLQuery
impl Freeze for GstGLQuery
impl RefUnwindSafe for GstGLQuery
impl Unpin for GstGLQuery
impl UnsafeUnpin 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