Skip to main content

Module field

Module field 

Source

Structs§

FieldDesc
Describes one named field a strategy exposes: its name and value type. Says nothing about memory layout - offsets, strides, and buffer placement are computed by whichever packing module consumes this (see pack::aos).

Enums§

FieldType
The scalar/vector type of a single field.

Functions§

write_field_bytes
Writes value into dst as raw little-endian bytes matching ty. dst must be at least ty.size() bytes long.