WSDialogFunctionType

Type Alias WSDialogFunctionType 

Source
pub type WSDialogFunctionType = MLDialogUPP;

Aliased Type§

pub enum WSDialogFunctionType {
    None,
    Some(unsafe extern "C" fn(*mut ml_environment) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ml_environment) -> i64)

Some value of type T.