[−][src]Struct gstreamer_gl_sys::GstGLAsyncDebug
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
impl Clone for GstGLAsyncDebug
[src][+]
impl Copy for GstGLAsyncDebug
[src]
impl Debug for GstGLAsyncDebug
[src][+]
Auto Trait Implementations
impl !Send for GstGLAsyncDebug
impl Unpin for GstGLAsyncDebug
impl !Sync for GstGLAsyncDebug
impl UnwindSafe for GstGLAsyncDebug
impl RefUnwindSafe for GstGLAsyncDebug
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,