Enum flac::metadata::PictureType [] [src]

pub enum PictureType {
    Other,
    FileIconStandard,
    FileIcon,
    FrontCover,
    BackCover,
    LeafletPage,
    Media,
    LeadArtist,
    Artist,
    Conductor,
    Band,
    Composer,
    Lyricist,
    RecordingLocation,
    DuringRecording,
    DuringPerformance,
    VideoScreenCapture,
    Fish,
    Illustration,
    BandLogo,
    PublisherLogo,
}

The picture type according to the ID3v2 attached picture frame.

Variants

Other picture type not categorized in this enum.

32x32 pixels 'file icon'.

Other, or non-standard, file icon.

Cover (front).

Cover (back).

Leaflet page.

Media, like label side of a CD.

Lead artist, lead performer, or soloist.

Artist or performer.

Conductor.

Band or orchestra.

Composer.

Lyricist or text writer.

Recording location.

During recording.

During performance.

Movie, or video, screen capture.

A bright colored fish.

Illustration.

Band, or artist, logotype.

Publisher, or studio, logotype.

Trait Implementations

impl Debug for PictureType
[src]

Formats the value using the given formatter.

impl PartialEq for PictureType
[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 PictureType
[src]

impl Clone for PictureType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PictureType
[src]

impl Display for PictureType
[src]

Formats the value using the given formatter. Read more