Constants§
Traits§
- Tasm
Object - 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
. - Tasm
Struct - 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
. - Tasm
Struct Field Name - Convenience struct for converting between string literals and field name identifiers.
Functions§
Derive Macros§
- Tasm
Object - Derives both,
TasmObject
andTasmStruct
for structs.