Structs§
- Native
Arguments - Native arguments passed to a standard dart native extension function.
Enums§
- Native
Argument Value - A generic native argument value. This is the idiomatic
rust equivalent of the ffi bindings produced by
NativeArguments::get_native_arguments
and can be created by callingNativeArgumentValue::get_args
to seamlessly convert from NativeArguments to aVec<NativeArgumentValue>
.