Enum xmas_elf::program::ProgramHeader [] [src]

pub enum ProgramHeader<'a> {
    Ph32(&'a ProgramHeader32),
    Ph64(&'a ProgramHeader64),
}

Variants

Methods

impl<'a> ProgramHeader<'a>
[src]

Trait Implementations

impl<'a> Copy for ProgramHeader<'a>
[src]

impl<'a> Clone for ProgramHeader<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for ProgramHeader<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for ProgramHeader<'a>
[src]

Formats the value using the given formatter.