Struct vips_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: 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 Debug for _GSource
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GSource
[src]

impl Clone for _GSource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more