Type Alias gimli::read::line::OneShotLineRows
source · type OneShotLineRows<R, Offset = <R as Reader>::Offset> = LineRows<R, IncompleteLineProgram<R, Offset>, Offset>;
Aliased Type§
struct OneShotLineRows<R, Offset = <R as Reader>::Offset> {
program: IncompleteLineProgram<R, Offset>,
row: LineRow,
instructions: LineInstructions<R>,
}
Fields§
§program: IncompleteLineProgram<R, Offset>
§row: LineRow
§instructions: LineInstructions<R>