Struct symbolic_debuginfo::BreakpadFuncRecord[][src]

pub struct BreakpadFuncRecord<'input> {
    pub address: u64,
    pub size: u64,
    pub name: &'input [u8],
    pub lines: Vec<BreakpadLineRecord>,
}

Breakpad function record declaring address and size of a source function.

Fields

Trait Implementations

impl<'input> PartialEq for BreakpadFuncRecord<'input>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'input> Debug for BreakpadFuncRecord<'input>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'input> Send for BreakpadFuncRecord<'input>

impl<'input> Sync for BreakpadFuncRecord<'input>