Skip to main content

destroyable_proc_t

Type Alias destroyable_proc_t 

Source
pub type destroyable_proc_t = Option<unsafe extern "C" fn(*mut interpreter, *mut sv) -> bool>;

Aliased Type§

pub enum destroyable_proc_t {
    None,
    Some(unsafe extern "C" fn(*mut interpreter, *mut sv) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut interpreter, *mut sv) -> bool)

Some value of type T.