Struct glib_sys::GSourceCallbackFuncs[][src]

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

Fields

Trait Implementations

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

impl Debug for GSourceCallbackFuncs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GSourceCallbackFuncs

impl Sync for GSourceCallbackFuncs