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]

Constructs a DwarfSectionData object from raw data.

Important traits for &'a [u8]

Return the section data as bytes.

Get the absolute file offset.

Get the section name.

Trait Implementations

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

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

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

This method tests for !=.

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'data> Send for DwarfSectionData<'data>

impl<'data> Sync for DwarfSectionData<'data>