Enum chariot_drs::DrsFileType [] [src]

pub enum DrsFileType {
    Binary,
    Slp,
    Shp,
    Wav,
}

DRS supported file types.

Variants

"Binary" denotes several different kinds of files used by Age of Empires that are not graphics or sound (even if they're text files). For example, palettes are typically in this group.

SLP graphics files (an AOE-specific proprietary format).

SHP graphics files (AOE-specific; hardly used).

Typical WAV audio files.

Trait Implementations

impl Debug for DrsFileType
[src]

Formats the value using the given formatter.

impl Clone for DrsFileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DrsFileType
[src]

impl Eq for DrsFileType
[src]

impl PartialEq for DrsFileType
[src]

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

This method tests for !=.

impl From<u32> for DrsFileType
[src]

Performs the conversion.