Struct elf::File [] [src]

pub struct File {
    pub ehdr: FileHeader,
    pub phdrs: Vec<ProgramHeader>,
    pub sections: Vec<Section>,
}

Fields

Methods

impl File
[src]

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter.

impl Display for File
[src]

Formats the value using the given formatter. Read more