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_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
Auto Trait Implementations
impl RefUnwindSafe for GstGLAsyncDebug
impl !Send for GstGLAsyncDebug
impl !Sync for GstGLAsyncDebug
impl Unpin for GstGLAsyncDebug
impl UnwindSafe for GstGLAsyncDebug
Blanket Implementations
Mutably borrows from an owned value. Read more