Static opencv_binding_generator::settings::FUNC_MANUAL[][src]

pub static FUNC_MANUAL: Lazy<HashMap<&str, CompiledInterpolation<'_>>>
Expand description

dict of functions with manual implementations key: FuncInfo.identifier value: dict keys: “rust_safe”, “rust_extern”, “cpp”, missing key means skip particular implementation values: template to use for manual implementation or “~” to use default implementation