[][src]Trait fm_plugin::ffi::calc_engine::FileMakerFunction

pub trait FileMakerFunction {
    pub fn function(
        id: i16,
        env: &ExprEnv,
        args: &DataVect,
        result: &mut Data
    ) -> FMError; pub extern "C" fn extern_func(
        id: i16,
        env_ptr: *const fmx_ExprEnv,
        args_ptr: *const fmx_DataVect,
        result_ptr: *mut fmx_Data
    ) -> FMError { ... } }

Required methods

pub fn function(
    id: i16,
    env: &ExprEnv,
    args: &DataVect,
    result: &mut Data
) -> FMError
[src]

Loading content...

Provided methods

pub extern "C" fn extern_func(
    id: i16,
    env_ptr: *const fmx_ExprEnv,
    args_ptr: *const fmx_DataVect,
    result_ptr: *mut fmx_Data
) -> FMError
[src]

Loading content...

Implementors

Loading content...