Struct arret_runtime::binding::RustFun [−][src]
pub struct RustFun {
pub arret_type: &'static str,
pub takes_task: bool,
pub params: &'static [ParamAbiType],
pub ret: RetAbiType,
pub symbol: &'static str,
}Fields
arret_type: &'static strtakes_task: boolparams: &'static [ParamAbiType]ret: RetAbiTypesymbol: &'static str