Struct symbolic_debuginfo::BreakpadFileRecord[][src]

pub struct BreakpadFileRecord<'input> {
    pub id: u64,
    pub name: &'input [u8],
}

Breakpad file record declaring a source file.

Fields

Trait Implementations

impl<'input> PartialEq for BreakpadFileRecord<'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 BreakpadFileRecord<'input>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'input> Send for BreakpadFileRecord<'input>

impl<'input> Sync for BreakpadFileRecord<'input>