Crate mun_memory

Source

Modules§

diff
ffi
gc
mapping
prelude
type_table

Structs§

ArrayType
Reference information of an array
Field
FieldData
A linked version of a struct field.
PointerType
Reference information of a pointer
StructType
Reference information of a struct
StructTypeBuilder
A helper struct to create a struct type.
Type
A reference to internally stored type information. A Type can be used to query information, construct other types, or store type information for later use.
TypeCollectionStats
Result information after a call to [TypeDataStore::collect_garbage].

Enums§

TryFromAbiError
An error that can occur when trying to convert from an abi type to an internal type.
TypeKind

Traits§

HasStaticType
A trait that defines static type information for types that can provide it.