extension
Procs | |
CanClone | Extensions can't be cloned from a Clone() call, because they need a holder on New, and cannot be cloned onto the same object. Use copy_from instead! |
---|---|
copy_from | Workaround for extensions not supporting Clone(). Copy data from another extension, so we're essentially a clone of that other extension. |
Proc Details
CanClone
Extensions can't be cloned from a Clone() call, because they need a holder on New, and cannot be cloned onto the same object. Use copy_from instead!
copy_from
Workaround for extensions not supporting Clone(). Copy data from another extension, so we're essentially a clone of that other extension.