[][src]Module allo_isolate::ffi

Structs

DartCObject
DartNativeArray
DartNativeCapability
DartNativeSendPort
DartNativeTypedData

Enums

DartCObjectType

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.

DartTypedDataType

Type Definitions

DartPort

A port is used to send or receive inter-isolate messages

DartPostCObjectFnType

Posts a message on some port. The message will contain the Dart_CObject object graph rooted in 'message'.

Unions

DartCObjectValue