Struct elf::Section [] [src]

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

Fields

shdr: SectionHeader data: Vec<u8>

Trait Implementations

impl Debug for Section
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for Section
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.