Struct symbolic_debuginfo::BreakpadPublicRecord[][src]

pub struct BreakpadPublicRecord<'input> {
    pub address: u64,
    pub size: u64,
    pub name: &'input [u8],
}

Breakpad public record declaring a linker-visible symbol.

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'input> Send for BreakpadPublicRecord<'input>

impl<'input> Sync for BreakpadPublicRecord<'input>