struct Field [src]
Fields
lhs: Ref
field_name_start: NullTerminatedStringOffset into string_bytes.
Source
pub const Field = struct {
lhs: Ref,
/// Offset into `string_bytes`.
field_name_start: NullTerminatedString,
}
pub const Field = struct {
lhs: Ref,
/// Offset into `string_bytes`.
field_name_start: NullTerminatedString,
}