Enum xmas_elf::header::Type [] [src]

pub enum Type {
    None,
    Relocatable,
    Executable,
    SharedObject,
    Core,
    ProcessorSpecific(u16),
}

Variants

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.

impl PartialEq for Type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Type
[src]