Enum cretonne_faerie::Format [] [src]

pub enum Format {
    ELF,
    MachO,
}

An object file format.

Variants

The ELF object file format.

The Mach-O object file format.

Trait Implementations

impl Copy for Format
[src]

impl Clone for Format
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Format
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Format
[src]

impl PartialEq for Format
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Format

impl Sync for Format