Type Alias XbMachineMethodFunc

Source
pub type XbMachineMethodFunc = Option<unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut gboolean, gpointer, gpointer, *mut *mut GError) -> gboolean>;

Aliased Type§

pub enum XbMachineMethodFunc {
    None,
    Some(unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut i32, *mut c_void, *mut c_void, *mut *mut GError) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut XbMachine, *mut XbStack, *mut i32, *mut c_void, *mut c_void, *mut *mut GError) -> i32)

Some value of type T.