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
ref_: Option<unsafe extern "C" fn(cb_data: gpointer)>
unref: Option<unsafe extern "C" fn(cb_data: gpointer)>
get: Option<unsafe extern "C" fn(cb_data: gpointer, source: *mut GSource, func: *mut GSourceFunc, data: *mut gpointer)>
Trait Implementations
impl Debug for _GSourceCallbackFuncs
[src]
impl Debug for _GSourceCallbackFuncs
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GSourceCallbackFuncs
[src]
impl Copy for _GSourceCallbackFuncs
impl Clone for _GSourceCallbackFuncs
[src]
impl Clone for _GSourceCallbackFuncs
fn clone(&self) -> _GSourceCallbackFuncs
[src]
fn clone(&self) -> _GSourceCallbackFuncs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for _GSourceCallbackFuncs
impl Send for _GSourceCallbackFuncs
impl Sync for _GSourceCallbackFuncs
impl Sync for _GSourceCallbackFuncs