Exemplo n.º 1
0
 void IDisposable.Dispose()
 {
     unsafe {
         MyRustStructAllocator.Free(ptr);
     }
 }
Exemplo n.º 2
0
 public static MyRustStruct Create()
 {
     unsafe {
         return(new MyRustStruct(MyRustStructAllocator.New()));
     }
 }