Module ffi

Module ffi 

Source

Modules§

raw
Low level representation that can be used by FFI functions.

Structs§

DartFunctions
DartPort
Wraps dart port and provides a method to send messages.
NativePort
NativePort can be used to receive messages from Dart.
TypedList

Enums§

DartValue
Represents a value that can be send to a dart port.

Traits§

IntoDart
IntoDartVec

Functions§

nativeshell_init_ffi
Initializes FFI. Needs to be called before any other Dart FFI function. Can be called multiple times, but the function pointers must remain same between calls.

Type Aliases§

DartHandle
DartHandleFinalizer
DartPortHandler
DartWeakPersistentHandle