Struct glib_sys::GSourceCallbackFuncs
source · #[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§
source§impl Clone for GSourceCallbackFuncs
impl Clone for GSourceCallbackFuncs
source§fn clone(&self) -> GSourceCallbackFuncs
fn clone(&self) -> GSourceCallbackFuncs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more