Module offset

Source
Expand description

Offsets to tables

Macros§

impl_offset 🔒

Structs§

Nullable
An offset of a given width for which NULL (zero) is a valid value.
Offset16
A16-bit offset to a table.
Offset24
A24-bit offset to a table.
Offset32
A32-bit offset to a table.

Traits§

NullValue 🔒