[][src]Struct gstreamer_gl_sys::GstGLAsyncDebug

#[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

impl Clone for GstGLAsyncDebug[src]

impl Copy for GstGLAsyncDebug[src]

impl Debug for GstGLAsyncDebug[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.