Struct symbolic_debuginfo::BreakpadLineRecord [] [src]

pub struct BreakpadLineRecord {
    pub address: u64,
    pub line: u64,
    pub file_id: u64,
}

Breakpad line record declaring the mapping of a memory address to file and line number.

Fields

Trait Implementations

impl Debug for BreakpadLineRecord
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations