Structs§
- DartC
Object - Dart
Native Array - Dart
Native Capability - Dart
Native External Typed Data - Dart
Native Pointer - Dart
Native Send Port - Dart
Native Typed Data - Zero
Copy Buffer - Wrapping a Vec
in this tuple struct will allow into_dart() to send it as a DartNativeExternalTypedData buffer with no copy overhead
Enums§
- DartC
Object Type - A Dart_CObject is used for representing Dart objects as native C data outside the Dart heap. These objects are totally detached from the Dart heap. Only a subset of the Dart objects have a representation as a Dart_CObject.
- Dart
Typed Data Type
Type Aliases§
- Dart
Handle Finalizer - https://github.com/dart-lang/sdk/blob/main/runtime/include/dart_api.h
- Dart
Port - A port is used to send or receive inter-isolate messages
- Dart
PostC Object FnType - Posts a message on some port. The message will contain the Dart_CObject object graph rooted in ‘message’.