Struct mp3_metadata::AudioTag [] [src]

pub struct AudioTag {
    pub title: String,
    pub artist: String,
    pub album: String,
    pub year: u16,
    pub comment: String,
    pub genre: Genre,
}

Fields

Trait Implementations

impl Debug for AudioTag
[src]

Formats the value using the given formatter.

impl Default for AudioTag
[src]

Returns the "default value" for a type. Read more

impl PartialEq for AudioTag
[src]

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

This method tests for !=.