Struct vips_sys::_GSourceFuncs[][src]

#[repr(C)]
pub struct _GSourceFuncs { pub prepare: Option<unsafe extern "C" fn(source: *mut GSource, timeout_: *mut gint) -> gboolean>, pub check: Option<unsafe extern "C" fn(source: *mut GSource) -> gboolean>, pub dispatch: Option<unsafe extern "C" fn(source: *mut GSource, callback: GSourceFunc, user_data: gpointer) -> gboolean>, pub finalize: Option<unsafe extern "C" fn(source: *mut GSource)>, pub closure_callback: GSourceFunc, pub closure_marshal: GSourceDummyMarshal, }

Fields

Trait Implementations

impl Debug for _GSourceFuncs
[src]

Formats the value using the given formatter. Read more

impl Copy for _GSourceFuncs
[src]

impl Clone for _GSourceFuncs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _GSourceFuncs

impl Sync for _GSourceFuncs