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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GSourceCallbackFuncs
[src]

impl Clone for _GSourceCallbackFuncs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more