Struct symbolic_debuginfo::DwarfSectionData [] [src]

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

Gives access to a section in a dwarf file

Methods

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

[src]

[src]

Return the section data as bytes

[src]

Get the absolute file offset

[src]

Get the section name

Trait Implementations

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

impl<'data> PartialEq for DwarfSectionData<'data>
[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<'data> Debug for DwarfSectionData<'data>
[src]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more