Module types

Module types 

Source
Expand description

Low-level data types within DMAP records.

Structs§

Fields
Defines the fields of a record and their Type.

Enums§

DmapField
A generic field of a DMAP record.
DmapScalar
A scalar field in a DMAP record.
DmapVec
A vector field in a DMAP record.
Type
The possible data types that a scalar or vector field may have.

Traits§

DmapType
Trait for raw types that can be stored in DMAP files.

Functions§

check_scalar
Verify that name exists in fields and is of the correct Type.
check_scalar_opt
If name is in fields, verify that it is of the correct Type.
check_vector
Verify that name exists in fields and is of the correct Type.
check_vector_opt
If name is in fields, verify that it is of the correct Type.