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
ref_: Option<unsafe extern "C" fn(_: gpointer)>unref: Option<unsafe extern "C" fn(_: gpointer)>get: Option<unsafe extern "C" fn(_: gpointer, _: *mut GSource, _: *mut GSourceFunc, _: *mut gpointer)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GSourceCallbackFuncsimpl Send for GSourceCallbackFuncsimpl Sync for GSourceCallbackFuncsimpl Unpin for GSourceCallbackFuncsimpl UnwindSafe for GSourceCallbackFuncsBlanket Implementations
Mutably borrows from an owned value. Read more