Struct opencv_binding_generator::FuncId
source · pub struct FuncId<'f> { /* private fields */ }
Implementations§
source§impl<'f> FuncId<'f>
impl<'f> FuncId<'f>
sourcepub fn new<const ARGS: usize>(
name: &'static str,
args: [&'static str; ARGS]
) -> FuncId<'static>
pub fn new<const ARGS: usize>(
name: &'static str,
args: [&'static str; ARGS]
) -> FuncId<'static>
Parameters
name: fully qualified C++ function name (e.g. cv::Mat::create) args: C++ argument names (“unnamed” for unnamed ones)