Type Alias gimli::read::LineNumberRow

source ยท
pub type LineNumberRow = LineRow;
๐Ÿ‘ŽDeprecated: LineNumberRow has been renamed to LineRow, use that instead.
Expand description

Deprecated. LineNumberRow has been renamed to LineRow.

Aliased Typeยง

struct LineNumberRow {
Show 13 fields tombstone: bool, address: u64, op_index: Wrapping<u64>, file: u64, line: Wrapping<u64>, column: u64, is_stmt: bool, basic_block: bool, end_sequence: bool, prologue_end: bool, epilogue_begin: bool, isa: u64, discriminator: u64,
}

Fieldsยง

ยงtombstone: boolยงaddress: u64ยงop_index: Wrapping<u64>ยงfile: u64ยงline: Wrapping<u64>ยงcolumn: u64ยงis_stmt: boolยงbasic_block: boolยงend_sequence: boolยงprologue_end: boolยงepilogue_begin: boolยงisa: u64ยงdiscriminator: u64