Struct symbolic_debuginfo::DwarfSectionData [] [src]

pub struct DwarfSectionData<'a> { /* fields omitted */ }

Gives access to a section in a dwarf file.

Methods

impl<'a> DwarfSectionData<'a>
[src]

[src]

[src]

Return the section as bytes

[src]

Get the offset

[src]

Get the section

Trait Implementations

impl<'a> Eq for DwarfSectionData<'a>
[src]

impl<'a> PartialEq for DwarfSectionData<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Debug for DwarfSectionData<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for DwarfSectionData<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more