struct FieldType [src]

Fields

container_type: Ref
name_start: NullTerminatedStringOffset into string_bytes, null terminated.

Source

pub const FieldType = struct { container_type: Ref, /// Offset into `string_bytes`, null terminated. name_start: NullTerminatedString, }