Module store

Source

Macros§

impl_context_object 🔒

Structs§

InternalStoreHandle
Internal handle to an object owned by the current context.
StoreHandle
Handle to an object managed by a context.
StoreObjects
Set of objects managed by a context.

Enums§

MaybeInstanceOwned
Data used by the generated code is generally located inline within the VMContext for items defined in an instance. Host-defined objects are allocated separately and owned directly by the context.

Traits§

StoreObject
Trait to represent an object managed by a context. This is implemented on the VM types managed by the context.