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

Trait Implementations

impl Clone for Struct__GSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GSource
[src]

impl Default for Struct__GSource
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GSource

impl !Sync for Struct__GSource