Expand description
Low-level data types within DMAP records.
Structs§
Enums§
- Dmap
Field - A generic field of a DMAP record.
- Dmap
Scalar - 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§
- Dmap
Type - Trait for raw types that can be stored in DMAP files.
Functions§
- check_
scalar - Verify that
nameexists infieldsand is of the correctType. - check_
scalar_ opt - If
nameis infields, verify that it is of the correctType. - check_
vector - Verify that
nameexists infieldsand is of the correctType. - check_
vector_ opt - If
nameis infields, verify that it is of the correctType.