Function Method_mutable_input

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

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