pub type CloneIntoFnTyped<T> = for<'src, 'dst> fn(source: TypedPtrConst<'src, T>, target: TypedPtrUninit<'dst, T>) -> TypedPtrMut<'dst, T>;Expand description
Function to clone a value into another already-allocated value
pub type CloneIntoFnTyped<T> = for<'src, 'dst> fn(source: TypedPtrConst<'src, T>, target: TypedPtrUninit<'dst, T>) -> TypedPtrMut<'dst, T>;Function to clone a value into another already-allocated value