public static void RestoreRxBool(IRxStruct <bool> rxBool) { BoolPool.Restore(rxBool); }
public static void RestoreRxFloat(IRxStruct <float> rxFloat) { FloatPool.Restore(rxFloat); }
public static void RestoreRxDouble(IRxStruct <double> rxDouble) { DoublePool.Restore(rxDouble); }
public static void RestoreRxStr(IRxStruct <string> rxStr) { StrPool.Restore(rxStr); }
public static void RestoreRxLong(IRxStruct <long> rxLong) { LongPool.Restore(rxLong); }
public static void RestoreRxInt(IRxStruct <int> rxInt) { IntPool.Restore(rxInt); }
public static void RestoreRxShort(IRxStruct <short> rxShort) { ShortPool.Restore(rxShort); }
public static void RestoreRxByte(IRxStruct <byte> rxByte) { BytePool.Restore(rxByte); }