Type Alias gobject_sys::GBoxedCopyFunc
source · pub type GBoxedCopyFunc = Option<unsafe extern "C" fn(_: gpointer) -> gpointer>;
Aliased Type§
enum GBoxedCopyFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> *mut c_void),
}