pub type ChainedSequenceContextFormat2<'a> = TableRef<'a, ChainedSequenceContextFormat2Marker>;
Expand description

Implementations

Format identifier: format = 2

Offset to Coverage table, from beginning of ChainedSequenceContextFormat2 table

Attempt to resolve coverage_offset.

Offset to ClassDef table containing backtrack sequence context, from beginning of ChainedSequenceContextFormat2 table

Attempt to resolve backtrack_class_def_offset.

Offset to ClassDef table containing input sequence context, from beginning of ChainedSequenceContextFormat2 table

Attempt to resolve input_class_def_offset.

Offset to ClassDef table containing lookahead sequence context, from beginning of ChainedSequenceContextFormat2 table

Attempt to resolve lookahead_class_def_offset.

Number of ChainedClassSequenceRuleSet tables

Array of offsets to ChainedClassSequenceRuleSet tables, from beginning of ChainedSequenceContextFormat2 table (may be NULL)

Trait Implementations

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.