Struct vips_sys::_GSourceCallbackFuncs[][src]

#[repr(C)]
pub struct _GSourceCallbackFuncs { pub ref_: Option<unsafe extern "C" fn(cb_data: gpointer)>, pub unref: Option<unsafe extern "C" fn(cb_data: gpointer)>, pub get: Option<unsafe extern "C" fn(cb_data: gpointer, source: *mut GSource, func: *mut GSourceFunc, data: *mut gpointer)>, }

Fields

Trait Implementations

impl Debug for _GSourceCallbackFuncs
[src]

Formats the value using the given formatter. Read more

impl Copy for _GSourceCallbackFuncs
[src]

impl Clone for _GSourceCallbackFuncs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _GSourceCallbackFuncs

impl Sync for _GSourceCallbackFuncs