Enum binfarce::Format[][src]

pub enum Format {
    Elf32 {
        byte_order: ByteOrder,
    },
    Elf64 {
        byte_order: ByteOrder,
    },
    Macho,
    PE,
    Unknown,
}

Variants

Elf32
Show fields

Fields of Elf32

byte_order: ByteOrder
Elf64
Show fields

Fields of Elf64

byte_order: ByteOrder
Macho
PE
Unknown

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.