ManoeuvreImpl extension

on
Annotations
  • @ContainerData(toNative: 'ManoeuvreImpl.toPointer', toPlatform: '(val) => ManoeuvreImpl.fromPointer(val, needFree: false)', platformType: 'Manoeuvre')

Static Methods

fromNative(ManoeuvreNative native) Manoeuvre

Available on Manoeuvre, provided by the ManoeuvreImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true}) Manoeuvre?

Available on Manoeuvre, provided by the ManoeuvreImpl extension

toNative(Manoeuvre obj) → ManoeuvreNative

Available on Manoeuvre, provided by the ManoeuvreImpl extension

toPointer(Manoeuvre? val) Pointer<Void>

Available on Manoeuvre, provided by the ManoeuvreImpl extension