Function Method_get_input

Source
pub unsafe extern "C" fn Method_get_input(
    this: *const Method,
    i: usize,
) -> *const EValue
Expand description

DEPRECATED: Use MethodMeta instead to access metadata, and set_input to update Method inputs.