Struct gst::ffi::Struct__GSource [−][src]
#[repr(C)]pub struct Struct__GSource { pub callback_data: gpointer, pub callback_funcs: *mut GSourceCallbackFuncs, pub source_funcs: *const GSourceFuncs, pub ref_count: guint, pub context: *mut GMainContext, pub priority: gint, pub flags: guint, pub source_id: guint, pub poll_fds: *mut GSList, pub prev: *mut GSource, pub next: *mut GSource, pub name: *mut c_char, pub _priv: *mut GSourcePrivate, }
Fields
callback_data: gpointer
callback_funcs: *mut GSourceCallbackFuncs
source_funcs: *const GSourceFuncs
ref_count: guint
context: *mut GMainContext
priority: gint
flags: guint
source_id: guint
poll_fds: *mut GSList
prev: *mut GSource
next: *mut GSource
name: *mut c_char
_priv: *mut GSourcePrivate
Trait Implementations
impl Clone for Struct__GSource
[src]
impl Clone for Struct__GSource
fn clone(&self) -> Struct__GSource
[src]
fn clone(&self) -> Struct__GSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct__GSource
[src]
impl Copy for Struct__GSource
impl Default for Struct__GSource
[src]
impl Default for Struct__GSource
fn default() -> Struct__GSource
[src]
fn default() -> Struct__GSource
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for Struct__GSource
impl !Send for Struct__GSource
impl !Sync for Struct__GSource
impl !Sync for Struct__GSource