toNative static method
Implementation
static JamSegmentNative toNative(JamSegment obj) {
return _JamSegmentNativeInit(JamTypeImpl.toInt(obj.jamType), obj.speed);
}
static JamSegmentNative toNative(JamSegment obj) {
return _JamSegmentNativeInit(JamTypeImpl.toInt(obj.jamType), obj.speed);
}