Struct elf::Section [] [src]

pub struct Section {
    pub shdr: SectionHeader,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for Section
[src]

Formats the value using the given formatter.

impl Display for Section
[src]

Formats the value using the given formatter. Read more