Struct dwarf::Sections [] [src]

pub struct Sections {
    pub endian: Endian,
    pub debug_info: Vec<u8>,
    pub debug_str: Vec<u8>,
    pub debug_abbrev: Vec<u8>,
}

Fields

Methods

impl Sections
[src]

Trait Implementations

impl Debug for Sections
[src]

Formats the value using the given formatter.