public static void CopyStructureToPtr (ref T input, void* ptr);

Parameters

ptr内存指针。
input结构。

Description

从 input 向 ptr 复制 sizeof(T) 个字节。