Struct gstreamer_gl_sys::GstGLAsyncDebug
source · #[repr(C)]pub struct GstGLAsyncDebug {
pub state_flags: c_uint,
pub cat: *mut GstDebugCategory,
pub level: GstDebugLevel,
pub file: *const c_char,
pub function: *const c_char,
pub line: c_int,
pub object: *mut GObject,
pub debug_msg: *mut c_char,
pub callback: GstGLAsyncDebugLogGetMessage,
pub user_data: gpointer,
pub notify: GDestroyNotify,
pub _padding: [gpointer; 4],
}Fields§
§state_flags: c_uint§cat: *mut GstDebugCategory§level: GstDebugLevel§file: *const c_char§function: *const c_char§line: c_int§object: *mut GObject§debug_msg: *mut c_char§callback: GstGLAsyncDebugLogGetMessage§user_data: gpointer§notify: GDestroyNotify§_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for GstGLAsyncDebug
impl Clone for GstGLAsyncDebug
source§fn clone(&self) -> GstGLAsyncDebug
fn clone(&self) -> GstGLAsyncDebug
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