Struct gstreamer_gl_sys::GstGLAsyncDebug [−][src]
#[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_uintcat: *mut GstDebugCategorylevel: GstDebugLevelfile: *const c_charfunction: *const c_charline: c_intobject: *mut GObjectdebug_msg: *mut c_charcallback: GstGLAsyncDebugLogGetMessageuser_data: gpointernotify: GDestroyNotify_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGLAsyncDebugimpl !Send for GstGLAsyncDebugimpl !Sync for GstGLAsyncDebugimpl Unpin for GstGLAsyncDebugimpl UnwindSafe for GstGLAsyncDebugBlanket Implementations
Mutably borrows from an owned value. Read more