[][src]Module deno_core::plugin_api

Structs

ZeroCopyBuf

A ZeroCopyBuf encapsulates a slice that's been borrowed from a JavaScript ArrayBuffer object. JavaScript objects can normally be garbage collected, but the existence of a ZeroCopyBuf inhibits this until it is dropped. It behaves much like an Arc<u8>, although a ZeroCopyBuf currently can't be cloned.

Enums

Op

Traits

Interface

Type Definitions

Buf
DispatchOpFn
InitFn
OpId