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