Struct extendr_api::metadata::Func
source · pub struct Func {
pub doc: &'static str,
pub rust_name: &'static str,
pub mod_name: &'static str,
pub r_name: &'static str,
pub args: Vec<Arg>,
pub return_type: &'static str,
pub func_ptr: *const u8,
pub hidden: bool,
}
Expand description
Metadata function.
Fields§
§doc: &'static str
§rust_name: &'static str
§mod_name: &'static str
§r_name: &'static str
§args: Vec<Arg>
§return_type: &'static str
§func_ptr: *const u8