Module tasm_object

Source

Constants§

DEFAULT_MAX_DYN_FIELD_SIZE

Traits§

TasmObject
This trait defines methods for dealing with primitive types and custom-defined struct types from within the VM, assuming they live in memory as they are encoded with BFieldCodec.
TasmStruct
This trait defines methods for dealing with custom-defined struct types from within the VM, assuming they live in memory as they are encoded with BFieldCodec.
TasmStructFieldName
Convenience struct for converting between string literals and field name identifiers.

Functions§

decode_from_memory_with_size

Derive Macros§

TasmObject
Derives both, TasmObject and TasmStruct for structs.