Struct xmas_elf::program::ProgramHeader64 [] [src]

pub struct ProgramHeader64 {
    // some fields omitted
}

Methods

impl ProgramHeader64
[src]

fn get_type(&self) -> Result<Type, &'static str>

fn get_data<'a>(&self, elf_file: &ElfFile<'a>) -> Result<SegmentData<'a>, &'static str>

fn raw_data<'a>(&self, elf_file: &ElfFile<'a>) -> &'a [u8]

Trait Implementations

impl Debug for ProgramHeader64
[src]

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

Formats the value using the given formatter.

impl Clone for ProgramHeader64
[src]

fn clone(&self) -> ProgramHeader64

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Pod for ProgramHeader64
[src]

impl Display for ProgramHeader64
[src]

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

Formats the value using the given formatter.