pub type GSimpleAsyncThreadFunc = Option<unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable)>;Aliased Type§
pub enum GSimpleAsyncThreadFunc {
None,
Some(unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable))
Some value of type T.