Struct rustep::format::elf::Elf32 [] [src]

pub struct Elf32<'a> { /* fields omitted */ }

Elf file format 32-bit version

Trait Implementations

impl<'a> ElfFormat for Elf32<'a>
[src]

[src]

Get trait object of header

[src]

all segments trait objects

[src]

all sections trait objects

[src]

get some specific section with a given name

Auto Trait Implementations

impl<'a> Send for Elf32<'a>

impl<'a> Sync for Elf32<'a>