Enum blorb::Usage [] [src]

pub enum Usage {
    Pict,
    Snd,
    Data,
    Exec,
}

The usage information for an IndexEntry.

Variants

Identifier: 'Pict'. Indicates the resource is an image.

Identifier: 'Snd '. Indicates the resource is a sound.

Indentifier: 'Data'. Indicates the resource is some data.

Identifier: 'Exec'. Indicates the resource is an executable.

Trait Implementations

impl Debug for Usage
[src]

Formats the value using the given formatter.