Struct glib_sys::GSource[][src]

#[repr(C)]
pub struct GSource { pub callback_data: gpointer, pub callback_funcs: *mut GSourceCallbackFuncs, pub source_funcs: *const GSourceFuncs, pub ref_count: c_uint, pub context: *mut GMainContext, pub priority: c_int, pub flags: c_uint, pub source_id: c_uint, 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 Copy for GSource
[src]

impl Clone for GSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSource
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GSource

impl !Sync for GSource