Struct dart_sdk_sys::Dart_InitializeParams[][src]

#[repr(C)]
pub struct Dart_InitializeParams {
Show 17 fields pub version: i32, pub vm_snapshot_data: *const u8, pub vm_snapshot_instructions: *const u8, pub create_group: Dart_IsolateGroupCreateCallback, pub initialize_isolate: Dart_InitializeIsolateCallback, pub shutdown_isolate: Dart_IsolateShutdownCallback, pub cleanup_isolate: Dart_IsolateCleanupCallback, pub cleanup_group: Dart_IsolateGroupCleanupCallback, pub thread_exit: Dart_ThreadExitCallback, pub file_open: Dart_FileOpenCallback, pub file_read: Dart_FileReadCallback, pub file_write: Dart_FileWriteCallback, pub file_close: Dart_FileCloseCallback, pub entropy_source: Dart_EntropySource, pub get_service_assets: Dart_GetVMServiceAssetsArchive, pub start_kernel_isolate: bool, pub code_observer: *mut Dart_CodeObserver,
}

Fields

version: i32vm_snapshot_data: *const u8vm_snapshot_instructions: *const u8create_group: Dart_IsolateGroupCreateCallbackinitialize_isolate: Dart_InitializeIsolateCallbackshutdown_isolate: Dart_IsolateShutdownCallbackcleanup_isolate: Dart_IsolateCleanupCallbackcleanup_group: Dart_IsolateGroupCleanupCallbackthread_exit: Dart_ThreadExitCallbackfile_open: Dart_FileOpenCallbackfile_read: Dart_FileReadCallbackfile_write: Dart_FileWriteCallbackfile_close: Dart_FileCloseCallbackentropy_source: Dart_EntropySourceget_service_assets: Dart_GetVMServiceAssetsArchivestart_kernel_isolate: boolcode_observer: *mut Dart_CodeObserver

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.